com.jidesoft.swing
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:
- Serialized Form
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 |
JideSplitPaneLayout
public JideSplitPaneLayout(Container target)
JideSplitPaneLayout
public JideSplitPaneLayout(Container target,
int axis)
JideSplitPaneLayout
public JideSplitPaneLayout(Container target,
int axis,
int gap)
calculateComponentSizes
protected boolean calculateComponentSizes(int availableSize,
int startIndex,
int endIndex)
- Overrides:
calculateComponentSizes
in class JideBoxLayout