Class SplitPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SplitPane
extends ComponentSplitter.SplitPane
Contains methods to automatically show/hide one of its components (the "hideable" component) while the other (the "base" component) remains always visible. Can optionally change the size of its top level ancestorExtension when the component is shown/hidden. The hideable component is initially hidden TODO: remove InternalSplitPane and ComponentSplitter.SplitPane, move the code into this class after modules stop using them
See Also:
Serialized Form