Package | Description |
---|---|
org.jdesktop.application | |
org.jdesktop.application.session |
Modifier and Type | Method and Description |
---|---|
PropertySupport |
SessionStorage.getProperty(Class cls)
Returns the
PropertySupport object that was
registered for the specified class
or a superclass. |
PropertySupport |
SessionStorage.getProperty(Component component)
If a
sessionState PropertySupport object exists for the
specified Component return it, otherwise return null. |
Modifier and Type | Method and Description |
---|---|
void |
SessionStorage.putProperty(Class cls,
PropertySupport propertySupport)
Register a
PropertySupport for the specified class. |
Modifier and Type | Class and Description |
---|---|
class |
SplitPaneProperty
A
sessionState property for JSplitPane. |
class |
TabbedPaneProperty
A
sessionState property for JTabbedPane. |
class |
TableProperty
A
sessionState property for JTable |
class |
WindowProperty
A
sessionState property for Window. |
Copyright © 2009–2019. All rights reserved.