|
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.Leaf
public static class MultiSplitLayout.Leaf
Models a java.awt Component child.
Constructor Summary | |
---|---|
MultiSplitLayout.Leaf()
Create a Leaf node. |
|
MultiSplitLayout.Leaf(String name)
Create a Leaf node with the specified name. |
Method Summary | |
---|---|
String |
getName()
Return the Leaf's name. |
void |
setName(String name)
Set the value of the name 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.Leaf()
public MultiSplitLayout.Leaf(String name)
name
- value of the Leaf's name property
IllegalArgumentException
- if name is nullMethod Detail |
---|
public String getName()
setName(java.lang.String)
public void setName(String name)
name
- value of the name property
IllegalArgumentException
- if name is nullpublic 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 |