Class SplitPaneProperty

java.lang.Object
org.jdesktop.application.session.SplitPaneProperty
All Implemented Interfaces:
PropertySupport

public class SplitPaneProperty extends Object implements PropertySupport
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: