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