|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CatalogTree | |
|---|---|
| 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.display | Control panel and visible icon classes. |
| Uses of CatalogTree in jmri |
|---|
| Methods in jmri that return CatalogTree | |
|---|---|
CatalogTree |
CatalogTreeManager.getBySystemName(String systemName)
Locate an instance based on a system name. |
CatalogTree |
CatalogTreeManager.getByUserName(String userName)
Locate an instance based on a user name. |
CatalogTree |
CatalogTreeManager.getCatalogTree(String name)
Locate via user name, then system name if needed. |
CatalogTree |
CatalogTreeManager.newCatalogTree(String systemName,
String userName)
Return an instance with the specified system and user names. |
| Uses of CatalogTree in jmri.jmrit.catalog |
|---|
| Classes in jmri.jmrit.catalog that implement CatalogTree | |
|---|---|
class |
AbstractCatalogTree
TreeModel used by CatalogPanel to create a tree of resources. |
class |
CatalogTreeFS
TreeModel used by CatalogPanel to create a tree of resources. |
class |
CatalogTreeIndex
TreeModel used by CatalogPanel to create a tree of resources. |
| Methods in jmri.jmrit.catalog that return CatalogTree | |
|---|---|
protected CatalogTree |
DefaultCatalogTreeManager.createNewCatalogTree(String systemName,
String userName)
Create a CatalogTree. |
CatalogTree |
DefaultCatalogTreeManager.getBySystemName(String key)
|
CatalogTree |
DefaultCatalogTreeManager.getByUserName(String key)
|
CatalogTree |
DefaultCatalogTreeManager.getCatalogTree(String name)
|
CatalogTree |
DefaultCatalogTreeManager.newCatalogTree(String sysName,
String userName)
|
| Methods in jmri.jmrit.catalog with parameters of type CatalogTree | |
|---|---|
void |
CatalogPanel.addTree(CatalogTree tree)
Extend the Catalog by adding a tree to the root. |
| Uses of CatalogTree in jmri.jmrit.display |
|---|
| Methods in jmri.jmrit.display with parameters of type CatalogTree | |
|---|---|
void |
IconAdder.addTreeToCatalog(CatalogTree tree)
|
void |
Editor.addTreeToEditors(CatalogTree tree)
Called by ImageIndexEditor after it has stored new image files and new default icons. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||