|
swingx Version 2005-08-19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.MultiSplitLayout.Node
org.jdesktop.swingx.MultiSplitLayout.Split
public static class MultiSplitLayout.Split
Defines a vertical or horizontal subdivision into two or more tiles.
Constructor Summary | |
---|---|
MultiSplitLayout.Split()
|
Method Summary | |
---|---|
List<MultiSplitLayout.Node> |
getChildren()
Returns this Split node's children. |
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. |
MultiSplitLayout.Node |
lastWeightedChild()
Convenience method that returns the last child whose weight is > 0.0. |
void |
setChildren(List<MultiSplitLayout.Node> children)
Set's the children property of this Split node. |
void |
setRowLayout(boolean rowLayout)
Set the rowLayout property. |
String |
toString()
|
Methods inherited from class org.jdesktop.swingx.MultiSplitLayout.Node |
---|
getBounds, getParent, getWeight, nextSibling, previousSibling, setBounds, setParent, setWeight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MultiSplitLayout.Split()
Method Detail |
---|
public boolean isRowLayout()
setRowLayout(boolean)
public void setRowLayout(boolean rowLayout)
rowLayout
- true for horizontal row layout, false for columnisRowLayout()
public List<MultiSplitLayout.Node> getChildren()
setChildren(java.util.List)
public void setChildren(List<MultiSplitLayout.Node> children)
children
- List of children
IllegalArgumentException
- if children is nullgetChildren()
public final MultiSplitLayout.Node lastWeightedChild()
getChildren()
,
MultiSplitLayout.Node.getWeight()
public String toString()
toString
in class Object
|
swingx Version 2005-08-19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |