Uses of Interface
org.jdesktop.application.SessionStorage.Property

Packages that use SessionStorage.Property
org.jdesktop.application   
 

Uses of SessionStorage.Property in org.jdesktop.application
 

Classes in org.jdesktop.application that implement SessionStorage.Property
static class SessionStorage.SplitPaneProperty
          A sessionState property for JSplitPane.
static class SessionStorage.TabbedPaneProperty
          A sessionState property for JTabbedPane.
static class SessionStorage.TableProperty
          A sessionState property for JTable
static class SessionStorage.WindowProperty
          A sessionState property for Window.
 

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

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