|
||||||||||
| 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.Divider
public static class MultiSplitLayout.Divider
Models a single vertical/horiztonal divider.
| Constructor Summary | |
|---|---|
MultiSplitLayout.Divider()
|
|
| Method Summary | |
|---|---|
boolean |
isVertical()
Convenience method, returns true if the Divider's parent is a Split row (a Split with isRowLayout() true), false otherwise. |
void |
setWeight(double weight)
Dividers can't have a weight, they don't grow or shrink. |
java.lang.String |
toString()
|
| Methods inherited from class org.jdesktop.swingx.MultiSplitLayout.Node |
|---|
getBounds, getParent, getWeight, isVisible, nextSibling, previousSibling, setBounds, setParent, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiSplitLayout.Divider()
| Method Detail |
|---|
public final boolean isVertical()
public void setWeight(double weight)
setWeight in class MultiSplitLayout.Nodeweight - a double between 0.0 and 1.0
java.lang.UnsupportedOperationExceptionMultiSplitLayout.Node.getWeight(),
MultiSplitLayout.layoutContainer(java.awt.Container)public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||