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 PropertySupportSessionStorage.getProperty(Component component) If asessionState PropertySupportobject exists for the specified Component return it, otherwise return null.SessionStorage.getProperty(Class cls) Returns thePropertySupportobject that wasregisteredfor the specified class or a superclass.Methods in org.jdesktop.application with parameters of type PropertySupportModifier and TypeMethodDescriptionvoidSessionStorage.putProperty(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 PropertySupportModifier and TypeClassDescriptionclassAsessionStateproperty for JSplitPane.classAsessionStateproperty for JTabbedPane.classAsessionStateproperty for JTableclassAsessionStateproperty for Window.