Uses of Interface
org.jdesktop.application.session.PropertySupport
Packages that use PropertySupport
-
Uses of PropertySupport in org.jdesktop.application
Methods in org.jdesktop.application that return PropertySupportModifier and TypeMethodDescriptionfinal PropertySupport
SessionStorage.getProperty
(Component component) If asessionState PropertySupport
object exists for the specified Component return it, otherwise return null.SessionStorage.getProperty
(Class cls) Returns thePropertySupport
object that wasregistered
for the specified class or a superclass.Methods in org.jdesktop.application with parameters of type PropertySupportModifier and TypeMethodDescriptionvoid
SessionStorage.putProperty
(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 PropertySupportModifier and TypeClassDescriptionclass
AsessionState
property for JSplitPane.class
AsessionState
property for JTabbedPane.class
AsessionState
property for JTableclass
AsessionState
property for Window.