|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shout3d.core.Field | +--shout3d.core.NodeField
A Field whose value stores a Node.
Constructor Summary | |
NodeField(Node owner,
java.lang.String fieldName,
int usage,
Node value)
Constructs a new NodeField. |
Method Summary | |
Node |
getValue()
Returns the current value of the field. |
void |
setValue(Node newVal)
Sets the value of the field from the input argument. |
Methods inherited from class shout3d.core.Field |
addFieldObserver,
addRoute,
deleteRoute,
getName,
getNumRoutes,
getOwner,
getRoutedField,
getTypeName,
getUsage,
getValueByString,
isOfType,
isRouted,
removeFieldObserver,
setValueByString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NodeField(Node owner, java.lang.String fieldName, int usage, Node value)
owner
- this Field's ownername
- this Field's nameusage
- this Field's usagevalue
- this Field's valueMethod Detail |
public void setValue(Node newVal)
newVal
- the new value for the fieldpublic Node getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |