Uses of Interface
fr.ifremer.isisfish.ui.widget.SwingSession.State
-
Uses of SwingSession.State in fr.ifremer.isisfish.ui.widget
Modifier 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 WindowModifier 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.Modifier and TypeMethodDescriptionSwingSession.loadStates
(File file) Loads the states from the fileModifier 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)