public abstract class FrameworkSupportNodeBase<T extends FrameworkOrGroup> extends CheckedTreeNode
isChecked| Constructor and Description |
|---|
FrameworkSupportNodeBase(T userObject,
FrameworkSupportNodeBase parentNode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FrameworkSupportNodeBase> |
getChildren() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getId() |
FrameworkSupportNodeBase |
getParentNode() |
protected java.lang.String |
getTitle() |
T |
getUserObject() |
static void |
sortByName(java.util.List<? extends FrameworkSupportNodeBase> nodes,
java.util.Comparator<? super FrameworkSupportNodeBase> comparator) |
isChecked, isEnabled, setChecked, setEnabledadd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic FrameworkSupportNodeBase(T userObject, FrameworkSupportNodeBase parentNode)
public T getUserObject()
getUserObject in class javax.swing.tree.DefaultMutableTreeNodepublic static void sortByName(java.util.List<? extends FrameworkSupportNodeBase> nodes, java.util.Comparator<? super FrameworkSupportNodeBase> comparator)
protected final java.lang.String getTitle()
public final javax.swing.Icon getIcon()
public final java.lang.String getId()
public java.util.List<FrameworkSupportNodeBase> getChildren()
public FrameworkSupportNodeBase getParentNode()