Uses of Interface
org.nuiton.jaxx.runtime.swing.session.State
-
Packages that use State Package Description org.nuiton.jaxx.runtime.swing.session -
-
Uses of State in org.nuiton.jaxx.runtime.swing.session
Classes in org.nuiton.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 org.nuiton.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 org.nuiton.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 org.nuiton.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 org.nuiton.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 org.nuiton.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 org.nuiton.jaxx.runtime.swing.session with type arguments of type State Constructor Description SwingSession(File file, boolean autoSave, Map<Class,State> additionalStates)
-