Uses of Interface
org.jdesktop.application.SessionStorage.Property
-
Packages that use SessionStorage.Property Package Description org.jdesktop.application -
-
Uses of SessionStorage.Property in org.jdesktop.application
Classes in org.jdesktop.application that implement SessionStorage.Property Modifier and Type Class Description static class
SessionStorage.SplitPaneProperty
AsessionState
property for JSplitPane.static class
SessionStorage.TabbedPaneProperty
AsessionState
property for JTabbedPane.static class
SessionStorage.TableProperty
AsessionState
property for JTablestatic class
SessionStorage.WindowProperty
AsessionState
property for Window.Methods in org.jdesktop.application that return SessionStorage.Property Modifier and Type Method Description SessionStorage.Property
SessionStorage. getProperty(java.awt.Component c)
If asessionState Property
object exists for the specified Component return it, otherwise return null.SessionStorage.Property
SessionStorage. getProperty(java.lang.Class cls)
Returns theProperty
object that wasregistered
for the specified class or a superclass.Methods in org.jdesktop.application with parameters of type SessionStorage.Property Modifier and Type Method Description void
SessionStorage. putProperty(java.lang.Class cls, SessionStorage.Property property)
Register aProperty
for the specified class.
-