public static class MultiSplitLayout.Divider extends MultiSplitLayout.Node
| Constructor | Description |
|---|---|
Divider() |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
String |
toString() |
getBounds, getParent, getWeight, isVisible, nextSibling, previousSibling, setBounds, setParent, setVisiblepublic final boolean isVertical()
public void setWeight(double weight)
setWeight in class MultiSplitLayout.Nodeweight - a double between 0.0 and 1.0UnsupportedOperationExceptionMultiSplitLayout.Node.getWeight(),
MultiSplitLayout.layoutContainer(java.awt.Container)Copyright © 2018. All rights reserved.