Uses of Interface
fr.ifremer.isisfish.ui.widget.SwingSession.State
Packages that use SwingSession.State
-
Uses of SwingSession.State in fr.ifremer.isisfish.ui.widget
Classes in fr.ifremer.isisfish.ui.widget that implement SwingSession.StateModifier and TypeClassDescriptionstatic class
State for JSplit FIXME add listener for divider move actionstatic class
State for JTabbedPanestatic class
State for JTable.static class
State for WindowFields in fr.ifremer.isisfish.ui.widget with type parameters of type SwingSession.StateModifier and TypeFieldDescriptionprotected Map<Class,
SwingSession.State> SwingSession.stateManager
State object registered to get and set State.protected Map<String,
SwingSession.State> SwingSession.states
state of all component added with add method.Methods in fr.ifremer.isisfish.ui.widget that return SwingSession.StateMethods in fr.ifremer.isisfish.ui.widget that return types with arguments of type SwingSession.StateModifier and TypeMethodDescriptionSwingSession.loadStates
(File file) Loads the states from the fileMethods in fr.ifremer.isisfish.ui.widget with parameters of type SwingSession.StateModifier and TypeMethodDescriptionvoid
SwingSession.JSplitPaneState.setState
(Object o, SwingSession.State state) void
SwingSession.JTabbedPaneState.setState
(Object o, SwingSession.State state) void
SwingSession.JTableState.setState
(Object o, SwingSession.State state) void
SwingSession.State.setState
(Object o, SwingSession.State state) void
SwingSession.WindowState.setState
(Object o, SwingSession.State state) void
SwingSession.setStates
(String path, SwingSession.State state)