Uses of Interface
jaxx.runtime.swing.session.State
-
Packages that use State Package Description jaxx.runtime.swing.session -
-
Uses of State in jaxx.runtime.swing.session
Classes in jaxx.runtime.swing.session that implement State Modifier and Type Class Description classJSplitPaneStateState for JSplit FIXME add listener for divider move actionclassJTabbedPaneStateState for the JTabbedPaneclassJTableStateState for JTable.classJXTableSwingSessionStateclassWindowStateState for WindowFields in jaxx.runtime.swing.session with type parameters of type State Modifier and Type Field Description protected Map<Class,State>SwingSession. stateManagerState object registered to get and set State.protected Map<String,State>SwingSession. statesstate of all component added with add method.Methods in jaxx.runtime.swing.session that return State Modifier and Type Method Description StateJSplitPaneState. getState(Object o)StateJTabbedPaneState. getState(Object o)StateJTableState. getState(Object o)StateJXTableSwingSessionState. getState(Object o)StateState. getState(Object o)StateWindowState. getState(Object o)StateSwingSession. getStateManager(Class clazz)StateSwingSession. getStates(String path)Methods in jaxx.runtime.swing.session that return types with arguments of type State Modifier and Type Method Description Map<String,State>SwingSession. loadStates(File file)Loads the states from the fileMethods in jaxx.runtime.swing.session with parameters of type State Modifier and Type Method Description voidSwingSession. addToStateManager(Class component, State state)voidJSplitPaneState. setState(Object o, State state)voidJTabbedPaneState. setState(Object o, State state)voidJTableState. setState(Object o, State state)voidJXTableSwingSessionState. setState(Object o, State state)voidState. setState(Object o, State state)voidWindowState. setState(Object o, State state)voidSwingSession. setStates(String path, State state)Method parameters in jaxx.runtime.swing.session with type arguments of type State Modifier and Type Method Description static SwingSessionSwingSession. newSession(File file, boolean autoSave, Map<Class,State> additionalStates)Deprecated.since 2.10, the default behaviour is now to safely load the incoming fileConstructor parameters in jaxx.runtime.swing.session with type arguments of type State Constructor Description SwingSession(File file, boolean autoSave, Map<Class,State> additionalStates)
-