public class IconTreeNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Constructor and Description |
---|
IconTreeNode() |
IconTreeNode(Icon icon,
String tableName) |
IconTreeNode(Icon icon,
String tableName,
Object userObject) |
IconTreeNode(Icon icon,
String tableName,
Object userObject,
boolean allowsChildren) |
Modifier and Type | Method and Description |
---|---|
Icon |
getIcon() |
String |
getTableName() |
void |
setIcon(Icon icon) |
void |
setTableName(String tableName) |
String |
toString() |
add, 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, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
Copyright © 2017 StarPhoenix Media. All rights reserved.