org.tm4j.tmnav.app.ix .NodeWithChildren
Description
A base class for treeNodes which contains children. for the baseClass for treenodes without children
Inheritance Hierarchy
- java.lang.Object
- NodeWithChildren
Interfaces
| Method Summary | |
|---|---|
| void | addChildren(org.tm4j.tmnav.app.ix.NodeWithChildren n) |
| java.util.Enumeration | children() |
| void | clear() |
| void | compareTo(java.lang.Object o) |
| void | getAllowsChildren() |
| javax.swing.tree.TreeNode | getChildAt(int childIndex) |
| void | getChildCount() |
| javax.swing.Icon | getIcon() |
| void | getIndex(javax.swing.tree.TreeNode node) |
| java.lang.String | getName() |
| javax.swing.tree.TreeNode | getParent() |
| java.lang.Object | getUserObject() |
| void | isLeaf() |
| void |
removeChildrenWithUserObject(java.lang.Object lookup)
removes all children of this node, which store
a reference to lookup as their UserObject
|
| void | setChildren(java.util.Collection c) |
| void | setIcon(javax.swing.Icon icon) |
| void | setName(java.lang.String name) |
| java.lang.String | toString() |
Related Topics
Imports
Is Contained By
Is Imported By
