Uses of Interface
org.nuiton.widget.SwingSession.State

Packages that use SwingSession.State
org.nuiton.widget Nuiton-Widgets 
 

Uses of SwingSession.State in org.nuiton.widget
 

Classes in org.nuiton.widget that implement SwingSession.State
static class SwingSession.JSplitPaneState
          State for JSplit FIXME add listener for divider move action
static class SwingSession.JTabbedPaneState
          State for JTabbedPane
static class SwingSession.JTableState
          State for JTable.
static class SwingSession.WindowState
          State for Window
 

Fields in org.nuiton.widget with type parameters of type SwingSession.State
protected  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 org.nuiton.widget that return SwingSession.State
 SwingSession.State SwingSession.State.getState(Object o)
           
 SwingSession.State SwingSession.JTabbedPaneState.getState(Object o)
           
 SwingSession.State SwingSession.JSplitPaneState.getState(Object o)
           
 SwingSession.State SwingSession.JTableState.getState(Object o)
           
 SwingSession.State SwingSession.WindowState.getState(Object o)
           
 SwingSession.State SwingSession.getStateManager(Class clazz)
           
 SwingSession.State SwingSession.getStates(String path)
           
 

Methods in org.nuiton.widget that return types with arguments of type SwingSession.State
 Map<String,SwingSession.State> SwingSession.loadStates(File file)
          Loads the states from the file
 

Methods in org.nuiton.widget with parameters of type SwingSession.State
 void SwingSession.State.setState(Object o, SwingSession.State state)
           
 void SwingSession.JTabbedPaneState.setState(Object o, SwingSession.State state)
           
 void SwingSession.JSplitPaneState.setState(Object o, SwingSession.State state)
           
 void SwingSession.JTableState.setState(Object o, SwingSession.State state)
           
 void SwingSession.WindowState.setState(Object o, SwingSession.State state)
           
 void SwingSession.setStates(String path, SwingSession.State state)
           
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.