Uses of Interface
org.jdesktop.application.SessionStorage.Property
-
Packages that use SessionStorage.Property Package Description org.jdesktop.application -
-
Uses of SessionStorage.Property in org.jdesktop.application
Classes in org.jdesktop.application that implement SessionStorage.Property Modifier and Type Class Description static classSessionStorage.SplitPanePropertyAsessionStateproperty for JSplitPane.static classSessionStorage.TabbedPanePropertyAsessionStateproperty for JTabbedPane.static classSessionStorage.TablePropertyAsessionStateproperty for JTablestatic classSessionStorage.WindowPropertyAsessionStateproperty for Window.Methods in org.jdesktop.application that return SessionStorage.Property Modifier and Type Method Description SessionStorage.PropertySessionStorage. getProperty(java.awt.Component c)If asessionState Propertyobject exists for the specified Component return it, otherwise return null.SessionStorage.PropertySessionStorage. getProperty(java.lang.Class cls)Returns thePropertyobject that wasregisteredfor the specified class or a superclass.Methods in org.jdesktop.application with parameters of type SessionStorage.Property Modifier and Type Method Description voidSessionStorage. putProperty(java.lang.Class cls, SessionStorage.Property property)Register aPropertyfor the specified class.
-