Class SessionStorage.SplitPaneProperty

java.lang.Object
org.jdesktop.application.SessionStorage.SplitPaneProperty
All Implemented Interfaces:
SessionStorage.Property
Enclosing class:
SessionStorage

public static class SessionStorage.SplitPaneProperty extends Object implements SessionStorage.Property
A sessionState property for JSplitPane.

This class defines how the session state for JSplitPanes is saved and and restored in terms of a property called sessionState. The JSplitPane's dividerLocation is saved and restored if its orientation hasn't changed.

SplitPaneProperty is registered for JSplitPane.class by default, so this class applies to JSplitPane and any subclass of JSplitPane. One can override the default with the putProperty method.

See Also: