Class JideSplitPaneLayout

java.lang.Object
com.jidesoft.swing.JideBoxLayout
com.jidesoft.swing.JideSplitPaneLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable

public class JideSplitPaneLayout extends JideBoxLayout
Layout manager used by JideSplitPane.
See Also:
  • Constructor Details

    • JideSplitPaneLayout

      public JideSplitPaneLayout(Container target)
    • JideSplitPaneLayout

      public JideSplitPaneLayout(Container target, int axis)
    • JideSplitPaneLayout

      public JideSplitPaneLayout(Container target, int axis, int gap)
  • Method Details

    • calculateComponentSizes

      protected boolean calculateComponentSizes(int availableSize, int startIndex, int endIndex)
      Overrides:
      calculateComponentSizes in class JideBoxLayout