|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CatalogTreeNode | |
|---|---|
| jmri | Provides basic interfaces and certain core implementations for the JMRI layout management concepts. |
| jmri.jmrit.catalog | Provides a tree-based catalog for browsing. |
| jmri.jmrit.catalog.configurexml | |
| jmri.jmrit.display | Control panel and visible icon classes. |
| Uses of CatalogTreeNode in jmri |
|---|
| Methods in jmri with parameters of type CatalogTreeNode | |
|---|---|
void |
CatalogTree.insertNodes(String pName,
String pPath,
CatalogTreeNode pParent)
Recursively add a representation of the resources below a particular resource |
| Uses of CatalogTreeNode in jmri.jmrit.catalog |
|---|
| Methods in jmri.jmrit.catalog that return CatalogTreeNode | |
|---|---|
CatalogTreeNode |
CatalogPanel.getSelectedNode()
Return the node the user has selected. |
| Methods in jmri.jmrit.catalog with parameters of type CatalogTreeNode | |
|---|---|
boolean |
CatalogPanel.insertNodeIntoModel(String name,
CatalogTreeNode parent)
Insert a new node into the displayed tree. |
void |
CatalogTreeIndex.insertNodes(String pName,
String pPath,
CatalogTreeNode pParent)
Recursively add nodes to the tree |
void |
CatalogTreeFS.insertNodes(String pName,
String pPath,
CatalogTreeNode pParent)
Recursively add nodes to the tree |
abstract void |
AbstractCatalogTree.insertNodes(String pName,
String pPath,
CatalogTreeNode pParent)
Recursively add nodes to the tree |
boolean |
CatalogPanel.nodeChange(CatalogTreeNode node,
String name)
Make a change to a node in the displayed tree. |
void |
CatalogPanel.removeNodeFromModel(CatalogTreeNode node)
Delete a node from the displayed tree. |
| Uses of CatalogTreeNode in jmri.jmrit.catalog.configurexml |
|---|
| Methods in jmri.jmrit.catalog.configurexml with parameters of type CatalogTreeNode | |
|---|---|
void |
DefaultCatalogTreeManagerXml.loadNode(Element element,
CatalogTreeNode parent,
DefaultTreeModel model)
Recursively load a CatalogTree |
void |
DefaultCatalogTreeManagerXml.storeNode(Element parent,
CatalogTreeNode node)
Recursively store a CatalogTree |
| Uses of CatalogTreeNode in jmri.jmrit.display |
|---|
| Methods in jmri.jmrit.display that return CatalogTreeNode | |
|---|---|
CatalogTreeNode |
IconAdder.getDefaultIconNode()
|
CatalogTreeNode |
IconAdder.getDefaultIconNodeFromMap()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||