NASA World Wind

Uses of Class
gov.nasa.worldwind.util.RestorableSupport.StateObject

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, String name)
          Adds a new StateObject with the specified name.
 RestorableSupport.StateObject RestorableSupport.addStateObject(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, String name)
          Returns all StateObjects with the specified name.
 RestorableSupport.StateObject[] RestorableSupport.getAllStateObjects(String name)
          Returns any StateObjects directly beneath the document root that have the specified name.
 RestorableSupport.StateObject RestorableSupport.getStateObject(RestorableSupport.StateObject context, String name)
          Returns the StateObject with the specified name.
 RestorableSupport.StateObject RestorableSupport.getStateObject(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, String name)
          Adds a new StateObject with the specified name.
 void RestorableSupport.addStateValueAsBoolean(RestorableSupport.StateObject context, String name, boolean booleanValue)
          Adds a new StateObject with the specified name and Boolean value.
 void RestorableSupport.addStateValueAsDouble(RestorableSupport.StateObject context, String name, double doubleValue)
          Adds a new StateObject with the specified name and Double value.
 void RestorableSupport.addStateValueAsInteger(RestorableSupport.StateObject context, String name, int intValue)
          Adds a new StateObject with the specified name and Integer value.
 void RestorableSupport.addStateValueAsString(RestorableSupport.StateObject context, String name, String value)
          Adds a new StateObject with the specified name and String value.
 void RestorableSupport.addStateValueAsString(RestorableSupport.StateObject context, String name, 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, String name)
          Returns all StateObjects with the specified name.
 RestorableSupport.StateObject RestorableSupport.getStateObject(RestorableSupport.StateObject context, String name)
          Returns the StateObject with the specified name.
 Boolean RestorableSupport.getStateValueAsBoolean(RestorableSupport.StateObject context, String name)
          Returns the value of the StateObject with the specified name as a Boolean.
 Double RestorableSupport.getStateValueAsDouble(RestorableSupport.StateObject context, String name)
          Returns the value of the StateObject with the specified name as a Double.
 Integer RestorableSupport.getStateValueAsInteger(RestorableSupport.StateObject context, String name)
          Returns the value of the StateObject with the specified name as an Integer.
 String RestorableSupport.getStateValueAsString(RestorableSupport.StateObject context, String name)
          Returns the value of the StateObject with the specified name as a String.
 


NASA World Wind