|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestorableSupport.StateObject | |
---|---|
gov.nasa.worldwind.util |
Uses of RestorableSupport.StateObject in gov.nasa.worldwind.util |
---|
Methods in gov.nasa.worldwind.util that return RestorableSupport.StateObject | |
---|---|
RestorableSupport.StateObject |
RestorableSupport.addStateObject(RestorableSupport.StateObject context,
java.lang.String name)
Adds a new StateObject with the specified name . |
RestorableSupport.StateObject |
RestorableSupport.addStateObject(java.lang.String name)
Adds a new StateObject with the specified name . |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context)
Returns all StateObjects directly beneath the a context StateObject. |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context,
java.lang.String name)
Returns all StateObjects with the specified name . |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(java.lang.String name)
Returns any StateObjects directly beneath the document root that have the specified name . |
RestorableSupport.StateObject |
RestorableSupport.getStateObject(RestorableSupport.StateObject context,
java.lang.String name)
Returns the StateObject with the specified name . |
RestorableSupport.StateObject |
RestorableSupport.getStateObject(java.lang.String name)
Returns the StateObject with the specified name . |
Methods in gov.nasa.worldwind.util with parameters of type RestorableSupport.StateObject | |
---|---|
RestorableSupport.StateObject |
RestorableSupport.addStateObject(RestorableSupport.StateObject context,
java.lang.String name)
Adds a new StateObject with the specified name . |
void |
RestorableSupport.addStateValueAsBoolean(RestorableSupport.StateObject context,
java.lang.String name,
boolean booleanValue)
Adds a new StateObject with the specified name and Boolean value . |
void |
RestorableSupport.addStateValueAsDouble(RestorableSupport.StateObject context,
java.lang.String name,
double doubleValue)
Adds a new StateObject with the specified name and Double value . |
void |
RestorableSupport.addStateValueAsInteger(RestorableSupport.StateObject context,
java.lang.String name,
int intValue)
Adds a new StateObject with the specified name and Integer value . |
void |
RestorableSupport.addStateValueAsString(RestorableSupport.StateObject context,
java.lang.String name,
java.lang.String value)
Adds a new StateObject with the specified name and String value . |
void |
RestorableSupport.addStateValueAsString(RestorableSupport.StateObject context,
java.lang.String name,
java.lang.String value,
boolean escapeValue)
Adds a new StateObject with the specified name and String value . |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context)
Returns all StateObjects directly beneath the a context StateObject. |
RestorableSupport.StateObject[] |
RestorableSupport.getAllStateObjects(RestorableSupport.StateObject context,
java.lang.String name)
Returns all StateObjects with the specified name . |
RestorableSupport.StateObject |
RestorableSupport.getStateObject(RestorableSupport.StateObject context,
java.lang.String name)
Returns the StateObject with the specified name . |
java.lang.Boolean |
RestorableSupport.getStateValueAsBoolean(RestorableSupport.StateObject context,
java.lang.String name)
Returns the value of the StateObject with the specified name as a Boolean. |
java.lang.Double |
RestorableSupport.getStateValueAsDouble(RestorableSupport.StateObject context,
java.lang.String name)
Returns the value of the StateObject with the specified name as a Double. |
java.lang.Integer |
RestorableSupport.getStateValueAsInteger(RestorableSupport.StateObject context,
java.lang.String name)
Returns the value of the StateObject with the specified name as an Integer. |
java.lang.String |
RestorableSupport.getStateValueAsString(RestorableSupport.StateObject context,
java.lang.String name)
Returns the value of the StateObject with the specified name as a String. |
|
NASA World Wind | ||||||||
PREV NEXT | FRAMES NO FRAMES |