org.jdesktop.swingx
Class MultiSplitLayout.RowSplit

java.lang.Object
  extended by org.jdesktop.swingx.MultiSplitLayout.Node
      extended by org.jdesktop.swingx.MultiSplitLayout.Split
          extended by org.jdesktop.swingx.MultiSplitLayout.RowSplit
Enclosing class:
MultiSplitLayout

public static class MultiSplitLayout.RowSplit
extends MultiSplitLayout.Split


Constructor Summary
MultiSplitLayout.RowSplit()
           
MultiSplitLayout.RowSplit(MultiSplitLayout.Node... children)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSplitLayout.RowSplit

public MultiSplitLayout.RowSplit()

MultiSplitLayout.RowSplit

public MultiSplitLayout.RowSplit(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 class MultiSplitLayout.Split
Returns:
the value of the rowLayout property.
See Also:
MultiSplitLayout.Split.setRowLayout(boolean)