|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JTreeCellData | |
|---|---|
| oracle.ide.controls.tree | # THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| oracle.jdeveloper.deploy.dt | |
| Uses of JTreeCellData in oracle.ide.controls.tree |
|---|
| Fields in oracle.ide.controls.tree declared as JTreeCellData | |
|---|---|
protected JTreeCellData |
JMutableTreeNode._treeCellData |
| Methods in oracle.ide.controls.tree that return JTreeCellData | |
|---|---|
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. |
| Methods in oracle.ide.controls.tree with parameters of type JTreeCellData | |
|---|---|
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. |
| Constructors in oracle.ide.controls.tree with parameters of type JTreeCellData | |
|---|---|
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. |
|
| Uses of JTreeCellData in oracle.jdeveloper.deploy.dt |
|---|
| Methods in oracle.jdeveloper.deploy.dt that return JTreeCellData | |
|---|---|
protected JTreeCellData |
DeploymentPanelContent.createJTreeCellData(Element elem) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||