|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.prefs.StoredExpression
public class 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. |
Method Summary |
---|
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.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |