Package org.jdesktop.application.session

Interface Summary
PropertySupport Defines the sessionState property.
 

Class Summary
SplitPaneProperty A sessionState property for JSplitPane.
SplitPaneState This Java Bean records the dividerLocation and orientation properties of a JSplitPane.
TabbedPaneProperty A sessionState property for JTabbedPane.
TabbedPaneState This Java Bean record the selectedIndex and tabCount properties of a JTabbedPane.
TableProperty A sessionState property for JTable This class defines how the session state for JTables is saved and and restored in terms of a property called sessionState.
TableState This Java Bean records the columnWidths for all of the columns in a JTable.
WindowProperty A sessionState property for Window.
WindowState This Java Bean defines the Window state preserved across sessions: the Window's bounds, and the bounds of the Window's GraphicsConfiguration, i.e. the bounds of the screen that the Window appears on.
 



Copyright © 2009-2010. All Rights Reserved.