|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.prefs.StoredExpression
A representation of an expression that can be referenced by name. A stored expression is saved in the Preferences data so that the user does not have to re-type the expression.
| Field Summary | |
java.lang.String |
expression
The stored expression. |
java.lang.String |
name
Name of the stored expression. |
| Constructor Summary | |
StoredExpression(java.lang.String name,
java.lang.String expression)
Create a new stored expression. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public java.lang.String expression
| Constructor Detail |
public StoredExpression(java.lang.String name,
java.lang.String expression)
name - the name of the expression.expression - the expression to store.
|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||