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 class
AsessionState
property for JSplitPane.static class
AsessionState
property for JTabbedPane.static class
AsessionState
property for JTablestatic class
AsessionState
property for Window.Methods in org.jdesktop.application that return SessionStorage.PropertyModifier and TypeMethodDescriptionfinal SessionStorage.Property
SessionStorage.getProperty
(Component c) If asessionState Property
object exists for the specified Component return it, otherwise return null.SessionStorage.getProperty
(Class cls) Returns theProperty
object that wasregistered
for the specified class or a superclass.Methods in org.jdesktop.application with parameters of type SessionStorage.PropertyModifier and TypeMethodDescriptionvoid
SessionStorage.putProperty
(Class cls, SessionStorage.Property property) Register aProperty
for the specified class.