| Package | Description |
|---|---|
| org.jdesktop.application |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
SessionStorage.Property |
SessionStorage.getProperty(java.awt.Component c) |
If a
sessionState Property object exists for the
specified Component return it, otherwise return null. |
SessionStorage.Property |
SessionStorage.getProperty(java.lang.Class cls) |
Returns the
Property object that was
registered for the specified class
or a superclass. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SessionStorage.putProperty(java.lang.Class cls,
SessionStorage.Property property) |
Register a
Property for the specified class. |