public static class MasterDetailsComponent.MyNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
MyNode(NamedConfigurable userObject) |
MyNode(NamedConfigurable userObject,
boolean displayInBold) |
Modifier and Type | Method and Description |
---|---|
NamedConfigurable |
getConfigurable() |
java.lang.String |
getDisplayName() |
javax.swing.Icon |
getIcon(boolean expanded) |
boolean |
isDisplayInBold() |
protected void |
reloadNode(javax.swing.tree.DefaultTreeModel treeModel) |
void |
setDisplayInBold(boolean displayInBold) |
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, toString
public MyNode(NamedConfigurable userObject)
public MyNode(NamedConfigurable userObject, boolean displayInBold)
public java.lang.String getDisplayName()
public NamedConfigurable getConfigurable()
public boolean isDisplayInBold()
public void setDisplayInBold(boolean displayInBold)
public javax.swing.Icon getIcon(boolean expanded)
protected void reloadNode(javax.swing.tree.DefaultTreeModel treeModel)