Class InternalSplitPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
ComponentSplitter.SplitPane

@Deprecated
public class InternalSplitPane
extends JSplitPane
Deprecated.
remove this class and ComponentSplitter.SplitPane, move the code into SplitPane after modules stop using them
!! This class is for internal use only, modules should use 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

See Also:
Serialized Form