Skip navigation links 
 
oracle.ide.controls.elementtree
Class ElementTreeRootNode
java.lang.Object
  
oracle.ide.controls.elementtree.ElementTreeNode
      
oracle.ide.controls.elementtree.ElementTreeRootNode
- All Implemented Interfaces:
 
- javax.swing.tree.TreeNode
 
- 
public final class ElementTreeRootNode
 
- extends ElementTreeNode
 
The root of a ElementTree.
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
ElementTreeRootNode
public ElementTreeRootNode(Element element)
- Constructs a root node.
- Parameters:
 
element - The root Element. 
 
ElementTreeRootNode
public ElementTreeRootNode(ElementRegistry registry,
                           Element element)
- Constructs a root node.
- Parameters:
 
registry - The ElementRegistry that will be used to produce the child nodes for the tree. 
element - The root Element. 
 
getElementRegistry
public ElementRegistry getElementRegistry()
- 
- Overrides:
 
getElementRegistry in class ElementTreeNode 
 
- 
- Returns:
 
- the unique 
ElementRegistry for this hierarchy. 
 
fireHierarchyChanged
protected void fireHierarchyChanged(oracle.ide.controls.elementtree.HierarchyChangeEvent event)
- 
- Overrides:
 
fireHierarchyChanged in class ElementTreeNode 
 
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.