|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
wt.clients.widgets.DefaultLiteTreeNode
------------------------------------------------------------
Nested Class Summary |
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
|
Field Summary | |
private boolean |
expanded
|
private boolean |
explored
|
protected static int |
MAX
|
protected String |
name
|
protected boolean |
nameHasChanged
|
protected String |
tooltip
|
protected boolean |
tooltipHasChanged
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
DefaultLiteTreeNode()
|
|
DefaultLiteTreeNode(Object obj)
This constructor is an empty node which is used for the root only. |
Method Summary | |
DefaultLiteTreeNode |
getDummyChildren()
|
AbstractLiteObject |
getLiteNodeObject()
Return the AbstractAttributeDefinizerNodeView object |
abstract String |
getNodeToolTipText()
|
boolean |
hasDummyChildren()
Check whether this node has dummy children |
boolean |
isExpanded()
Get the expanded flag. |
boolean |
isExplored()
Get the explored flag. |
void |
setExpanded(boolean expanded)
Set the expanded flag. |
void |
setExplored(boolean explored)
Set the explored flag. |
void |
setUserObject(Object obj)
|
abstract String |
toString()
toString method. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final int MAX
protected boolean nameHasChanged
protected boolean tooltipHasChanged
protected String name
protected String tooltip
private boolean explored
private boolean expanded
Constructor Detail |
public DefaultLiteTreeNode()
public DefaultLiteTreeNode(Object obj)
Method Detail |
public void setUserObject(Object obj)
public AbstractLiteObject getLiteNodeObject()
public boolean isExplored()
public boolean isExpanded()
public void setExplored(boolean explored)
explored
- true means has been explored.public void setExpanded(boolean expanded)
expanded
- true means to be expanded.public boolean hasDummyChildren()
public DefaultLiteTreeNode getDummyChildren()
public abstract String toString()
public abstract String getNodeToolTipText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |