Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
SessionStorage.putProperty(java.lang.Class cls,
SessionStorage.Property property)
Register a
Property for the specified class. |