public class DefinitionTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements TreeNode
Constructor and Description |
---|
DefinitionTreeNode(oracle.binding.meta.Definition definition) |
Modifier and Type | Method and Description |
---|---|
int |
getChildCount() |
java.lang.Object |
getData() |
oracle.binding.meta.Definition |
getDefinition() |
javax.swing.ImageIcon |
getIcon() |
oracle.binding.meta.StructureDefinition |
getStructureDefinition() |
boolean |
isLeaf() |
void |
showProperties() |
java.lang.String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
public DefinitionTreeNode(oracle.binding.meta.Definition definition)
public oracle.binding.meta.Definition getDefinition()
public oracle.binding.meta.StructureDefinition getStructureDefinition()
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public javax.swing.ImageIcon getIcon()
public java.lang.Object getData()
public boolean isLeaf()
isLeaf
in interface javax.swing.tree.TreeNode
isLeaf
in class javax.swing.tree.DefaultMutableTreeNode
public int getChildCount()
getChildCount
in interface javax.swing.tree.TreeNode
getChildCount
in class javax.swing.tree.DefaultMutableTreeNode
public void showProperties()