Package com.jidesoft.swing
Class JideSplitPaneLayout
- java.lang.Object
-
- com.jidesoft.swing.JideBoxLayout
-
- com.jidesoft.swing.JideSplitPaneLayout
-
- All Implemented Interfaces:
java.awt.LayoutManager
,java.awt.LayoutManager2
,java.io.Serializable
public class JideSplitPaneLayout extends JideBoxLayout
Layout manager used by JideSplitPane.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JideSplitPaneLayout(java.awt.Container target)
JideSplitPaneLayout(java.awt.Container target, int axis)
JideSplitPaneLayout(java.awt.Container target, int axis, int gap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
calculateComponentSizes
protected boolean calculateComponentSizes(int availableSize, int startIndex, int endIndex)
- Overrides:
calculateComponentSizes
in classJideBoxLayout
-
-