Package org.jdesktop.swingx
Class MultiSplitLayout.ColSplit
- java.lang.Object
-
- org.jdesktop.swingx.MultiSplitLayout.Node
-
- org.jdesktop.swingx.MultiSplitLayout.Split
-
- org.jdesktop.swingx.MultiSplitLayout.ColSplit
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MultiSplitLayout
public static class MultiSplitLayout.ColSplit extends MultiSplitLayout.Split
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColSplit()
ColSplit(MultiSplitLayout.Node... children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRowLayout()
Returns true if the this Split's children are to be laid out in a row: all the same height, left edge equal to the previous Node's right edge.-
Methods inherited from class org.jdesktop.swingx.MultiSplitLayout.Split
checkDividers, getChildren, getName, hide, isVisible, lastWeightedChild, remove, replace, restoreDividers, setChildren, setChildren, setName, setRowLayout, toString
-
Methods inherited from class org.jdesktop.swingx.MultiSplitLayout.Node
getBounds, getParent, getWeight, nextSibling, previousSibling, setBounds, setParent, setVisible, setWeight
-
-
-
-
Constructor Detail
-
ColSplit
public ColSplit()
-
ColSplit
public ColSplit(MultiSplitLayout.Node... children)
-
-
Method Detail
-
isRowLayout
public final boolean isRowLayout()
Returns true if the this Split's children are to be laid out in a row: all the same height, left edge equal to the previous Node's right edge. If false, children are laid on in a column.- Overrides:
isRowLayout
in classMultiSplitLayout.Split
- Returns:
- the value of the rowLayout property.
- See Also:
MultiSplitLayout.Split.setRowLayout(boolean)
-
-