Package org.jdesktop.swingx
Class MultiSplitLayout.RowSplit
java.lang.Object
org.jdesktop.swingx.MultiSplitLayout.Node
org.jdesktop.swingx.MultiSplitLayout.Split
org.jdesktop.swingx.MultiSplitLayout.RowSplit
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MultiSplitLayout
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanReturns 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, toStringMethods inherited from class org.jdesktop.swingx.MultiSplitLayout.Node
getBounds, getParent, getWeight, nextSibling, previousSibling, setBounds, setParent, setVisible, setWeight
-
Constructor Details
-
RowSplit
public RowSplit() -
RowSplit
-
-
Method Details
-
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:
isRowLayoutin classMultiSplitLayout.Split- Returns:
- the value of the rowLayout property.
- See Also:
-