Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.ide.controls.tree.JMutableTreeNode

Packages that use JMutableTreeNode
oracle.ide.controls.tree # THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
oracle.ide.dialogs.filter   
oracle.jdeveloper.deploy.dt   
 

Uses of JMutableTreeNode in oracle.ide.controls.tree
 

Methods in oracle.ide.controls.tree that return JMutableTreeNode
 JMutableTreeNode JMutableTreeNode.add(JTreeCellData childNodeData)
          Convenience method where a new child node is added by specifying its data model.
 JMutableTreeNode JMutableTreeNode.unselectSibling()
          Method to unselect the current selected sibling
 

Methods in oracle.ide.controls.tree with parameters of type JMutableTreeNode
 int JMutableTreeNode.compareTo(JMutableTreeNode otherNode)
          Supports the Comparable implementation so that JMutableTreeNodes can be sorted using Collections.sort().
protected  void CustomJTree.fireCellChecked(JMutableTreeNode cell)
           
protected  void CustomJTree.fireCellUnchecked(JMutableTreeNode cell)
           
 

Constructors in oracle.ide.controls.tree with parameters of type JMutableTreeNode
CustomJTree(JMutableTreeNode root)
          See the corresponding JTree constructor for details.
CustomJTree(JMutableTreeNode root, boolean asksAllowsChildren)
          See the corresponding JTree constructor for details.
TreeCellCheckedEvent(JMutableTreeNode source)
           
TreeCellRadioSelectedEvent(JMutableTreeNode source)
           
 

Uses of JMutableTreeNode in oracle.ide.dialogs.filter
 

Methods in oracle.ide.dialogs.filter that return JMutableTreeNode
 JMutableTreeNode DirectoryOptionsPanel.getRootNode()
          Deprecated.  
 

Uses of JMutableTreeNode in oracle.jdeveloper.deploy.dt
 

Methods in oracle.jdeveloper.deploy.dt that return JMutableTreeNode
protected  JMutableTreeNode DeploymentPanelContent.addProfileToTree(Profile profile, JMutableTreeNode parentTreeNode)
           
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type JMutableTreeNode
protected  void DeploymentPanelContent.addChildren(Element parentElem, JMutableTreeNode parentTreeNode)
           
protected  JMutableTreeNode DeploymentPanelContent.addProfileToTree(Profile profile, JMutableTreeNode parentTreeNode)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.