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 PropertySupportSessionStorage. getProperty(java.awt.Component component)If asessionState PropertySupportobject exists for the specified Component return it, otherwise return null.PropertySupportSessionStorage. getProperty(java.lang.Class cls)Returns thePropertySupportobject that wasregisteredfor the specified class or a superclass.Methods in org.jdesktop.application with parameters of type PropertySupport Modifier and Type Method Description voidSessionStorage. putProperty(java.lang.Class cls, PropertySupport propertySupport)Register aPropertySupportfor 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 classSplitPanePropertyAsessionStateproperty for JSplitPane.classTabbedPanePropertyAsessionStateproperty for JTabbedPane.classTablePropertyAsessionStateproperty for JTableclassWindowPropertyAsessionStateproperty for Window.
-