Uses of Class
org.virbo.autoplot.state.ApplicationState

Packages that use ApplicationState
org.virbo.autoplot   
org.virbo.autoplot.state   
 

Uses of ApplicationState in org.virbo.autoplot
 

Methods in org.virbo.autoplot that return ApplicationState
 ApplicationState ApplicationModel.createState(boolean deep)
          creates an ApplicationState object representing the current state.
 

Methods in org.virbo.autoplot with parameters of type ApplicationState
 void ApplicationModel.restoreState(ApplicationState state, boolean deep, boolean forceFill)
          set the application state.
 

Uses of ApplicationState in org.virbo.autoplot.state
 

Methods in org.virbo.autoplot.state with parameters of type ApplicationState
 java.lang.String ApplicationState.diffs(ApplicationState that)
          return a string containing the diffs, comma delineated.