Uses of Interface
org.jdesktop.application.session.PropertySupport

Packages that use PropertySupport
org.jdesktop.application   
org.jdesktop.application.session   
 

Uses of PropertySupport in org.jdesktop.application
 

Methods in org.jdesktop.application that return PropertySupport
 PropertySupport SessionStorage.getProperty(java.lang.Class cls)
          Returns the PropertySupport object that was registered for the specified class or a superclass.
 PropertySupport SessionStorage.getProperty(java.awt.Component component)
          If a sessionState PropertySupport object exists for the specified Component return it, otherwise return null.
 

Methods in org.jdesktop.application with parameters of type PropertySupport
 void SessionStorage.putProperty(java.lang.Class cls, PropertySupport propertySupport)
          Register a PropertySupport for the specified class.
 

Uses of PropertySupport in org.jdesktop.application.session
 

Classes in org.jdesktop.application.session that implement PropertySupport
 class SplitPaneProperty
          A sessionState property for JSplitPane.
 class TabbedPaneProperty
          A sessionState property for JTabbedPane.
 class 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.
 class WindowProperty
          A sessionState property for Window.
 



Copyright © 2009-2010. All Rights Reserved.