public static class MultiSplitLayout.Leaf extends MultiSplitLayout.Node
| Constructor and Description |
|---|
Leaf()
Create a Leaf node.
|
Leaf(String name)
Create a Leaf node with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the Leaf's name.
|
void |
setName(String name)
Set the value of the name property.
|
String |
toString() |
getBounds, getParent, getWeight, nextSibling, previousSibling, setBounds, setParent, setWeightpublic Leaf()
public Leaf(String name)
name - value of the Leaf's name propertyIllegalArgumentException - if name is nullpublic String getName()
setName(java.lang.String)public void setName(String name)
name - value of the name propertyIllegalArgumentException - if name is nullCopyright © 2023. All rights reserved.