Uses of Interface
org.jdesktop.application.SessionStorage.Property
Packages that use SessionStorage.Property
-
Uses of SessionStorage.Property in org.jdesktop.application
Classes in org.jdesktop.application that implement SessionStorage.PropertyModifier and TypeClassDescriptionstatic classAsessionStateproperty for JSplitPane.static classAsessionStateproperty for JTabbedPane.static classAsessionStateproperty for JTablestatic classAsessionStateproperty for Window.Methods in org.jdesktop.application that return SessionStorage.PropertyModifier and TypeMethodDescriptionfinal SessionStorage.PropertySessionStorage.getProperty(Component c) If asessionState Propertyobject exists for the specified Component return it, otherwise return null.SessionStorage.getProperty(Class cls) Returns thePropertyobject that wasregisteredfor the specified class or a superclass.Methods in org.jdesktop.application with parameters of type SessionStorage.PropertyModifier and TypeMethodDescriptionvoidSessionStorage.putProperty(Class cls, SessionStorage.Property property) Register aPropertyfor the specified class.