public static class MultiSplitLayout.RowSplit extends MultiSplitLayout.Split
Constructor | Description |
---|---|
RowSplit() |
|
RowSplit(MultiSplitLayout.Node... children) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
getBounds, getParent, getWeight, nextSibling, previousSibling, setBounds, setParent, setVisible, setWeight
checkDividers, getChildren, getName, hide, isVisible, lastWeightedChild, remove, replace, restoreDividers, setChildren, setChildren, setName, setRowLayout, toString
public RowSplit()
public RowSplit(MultiSplitLayout.Node... children)
public final boolean isRowLayout()
isRowLayout
in class MultiSplitLayout.Split
MultiSplitLayout.Split.setRowLayout(boolean)
Copyright © 2018. All rights reserved.