| Package | Description | 
|---|---|
| oracle.ide.controls.tree | # THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. | 
| oracle.jdeveloper.deploy.dt | 
| Modifier and Type | Field and Description | 
|---|---|
| protected JTreeCellData | JMutableTreeNode. _treeCellData | 
| Modifier and Type | Method and Description | 
|---|---|
| static JTreeCellData | CustomJTree. getLastPathComponentData(javax.swing.tree.TreePath treePath)Convenience method. | 
| JTreeCellData | CustomJTree. getLeadSelectionData()Convenience method. | 
| JTreeCellData | JMutableTreeNode. getModel()Returns the data model being used by this  JMutableTreeNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| JMutableTreeNode | JMutableTreeNode. add(JTreeCellData childNodeData)Convenience method where a new child node is added by specifying
  its data model. | 
| int | JTreeCellData. compareTo(JTreeCellData otherData) | 
| void | JMutableTreeNode. setModel(JTreeCellData treeCellData)Sets the data model used by this  JMutableTreeNode. | 
| Constructor and Description | 
|---|
| JMutableTreeNode(JTreeCellData treeCellData)Creates a tree node with no parent, no children, but which allows
  children, and initializes it with the specified tree cell data. | 
| JMutableTreeNode(JTreeCellData treeCellData,
                boolean allowsChildren)Creates a tree node with no parent, no children, initialized with the
  specified tree cell data, and that allows children only if specified. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected JTreeCellData | DeploymentPanelContent. createJTreeCellData(Element elem) |