|
talx x1.0.5 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Value | |
| wizx.lang | Defines the language used by the wizard framework. |
| wizx.util | |
| wizx.widgets | |
| Uses of Value in wizx.lang |
| Subclasses of Value in wizx.lang | |
class |
BooleanValue
|
class |
ListValue
A value that contains a list of other values. |
class |
NumberValue
|
class |
RecordValue
|
class |
StringValue
|
| Methods in wizx.lang that return Value | |
static Value |
Value.parse(java.lang.String rawText,
VariableStore store)
|
Value |
Value.dereference(java.lang.String propertyName)
Dereferences the given property from an object or list value. |
Value |
Value.addProperty(java.lang.String propertyName,
Value v)
Adds a property to the value for later dereferencing. |
Value |
RecordValue.dereference(java.lang.String propertyName)
Returns dereferenced property or StringValue.EMPTY if the property does not exist. |
Value |
RecordValue.addProperty(java.lang.String propertyName,
Value v)
Adds a property to the Record value for later dereferencing. |
Value[] |
ListValue.enumerate()
|
Value |
ListValue.dereference(java.lang.String propertyName)
Returns a list that is the list of dereferenced property values from this list. |
Value |
ListValue.addProperty(java.lang.String propertyName,
Value v)
Returns a new list that is all the objects in this list with the new property. |
| Methods in wizx.lang with parameters of type Value | |
Value |
Value.addProperty(java.lang.String propertyName,
Value v)
Adds a property to the value for later dereferencing. |
Value |
RecordValue.addProperty(java.lang.String propertyName,
Value v)
Adds a property to the Record value for later dereferencing. |
BooleanValue |
ListValue.contains(Value v)
|
Value |
ListValue.addProperty(java.lang.String propertyName,
Value v)
Returns a new list that is all the objects in this list with the new property. |
| Constructors in wizx.lang with parameters of type Value | |
RecordValue(java.lang.String propertyName,
Value propertyValue)
|
|
ListValue(Value[] v)
|
|
| Uses of Value in wizx.util |
| Methods in wizx.util that return Value | |
Value |
VariableStore.lookup(java.lang.String variableName)
|
| Methods in wizx.util with parameters of type Value | |
void |
VariableStore.define(java.lang.String variableName,
Value v)
|
void |
VariableStore.addProperty(java.lang.String variableName,
Value v)
|
| Uses of Value in wizx.widgets |
| Methods in wizx.widgets that return Value | |
abstract Value |
Widget.getValue()
|
protected Value |
Widget.fullyParse(java.lang.String expression,
VariableStore store)
|
Value |
TokenWidget.getValue()
|
Value |
StringWidget.getValue()
|
Value |
StatementWidget.getValue()
Returns an empty string value (statements don't take input). |
Value |
SelectWidget.getValue()
|
Value |
PictureWidget.getValue()
Returns an empty string value (statements don't take input). |
Value |
NumberWidget.getValue()
|
Value |
GotoWidget.getValue()
|
Value |
FontWidget.getValue()
|
Value |
FileWidget.getValue()
|
Value |
ColorWidget.getValue()
|
Value |
ColorSchemeWidget.getValue()
|
Value |
ChooseWidget.getValue()
|
Value |
BooleanWidget.getValue()
|
|
talx x1.0.5 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.