Package com.jidesoft.swing
Class JideSplitPaneLayout
java.lang.Object
com.jidesoft.swing.JideBoxLayout
com.jidesoft.swing.JideSplitPaneLayout
- All Implemented Interfaces:
LayoutManager
,LayoutManager2
,Serializable
Layout manager used by JideSplitPane.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionJideSplitPaneLayout
(Container target) JideSplitPaneLayout
(Container target, int axis) JideSplitPaneLayout
(Container target, int axis, int gap) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
JideSplitPaneLayout
-
JideSplitPaneLayout
-
JideSplitPaneLayout
-
-
Method Details
-
calculateComponentSizes
protected boolean calculateComponentSizes(int availableSize, int startIndex, int endIndex) - Overrides:
calculateComponentSizes
in classJideBoxLayout
-