JIDE 3.5.15

com.jidesoft.swing
Class JideSplitPaneLayout

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

public class JideSplitPaneLayout
extends JideBoxLayout

Layout manager used by JideSplitPane.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jidesoft.swing.JideBoxLayout
_axis, _componentSizes, _target, FIX, FLEXIBLE, LINE_AXIS, PAGE_AXIS, VARY, X_AXIS, Y_AXIS
 
Constructor Summary
JideSplitPaneLayout(Container target)
           
JideSplitPaneLayout(Container target, int axis)
           
JideSplitPaneLayout(Container target, int axis, int gap)
           
 
Method Summary
protected  boolean calculateComponentSizes(int availableSize, int startIndex, int endIndex)
           
 
Methods inherited from class com.jidesoft.swing.JideBoxLayout
addLayoutComponent, addLayoutComponent, componentCountChanged, getAvailableSize, getAxis, getConstraintMap, getGap, getInitialLocation, getLayoutAlignmentX, getLayoutAlignmentY, getPreferredSizeOf, getPreferredSizeOfComponent, getSizeOfComponent, invalidateLayout, isAlwaysLayout, isResetWhenInvalidate, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, resolveAxis, setAlwaysLayout, setAxis, setComponentToSize, setGap, setResetWhenInvalidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JideSplitPaneLayout

public JideSplitPaneLayout(Container target)

JideSplitPaneLayout

public JideSplitPaneLayout(Container target,
                           int axis)

JideSplitPaneLayout

public JideSplitPaneLayout(Container target,
                           int axis,
                           int gap)
Method Detail

calculateComponentSizes

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

JIDE 3.5.15