Uses of Interface
jmri.CatalogTree
Packages that use CatalogTree
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides a tree-based catalog for browsing.
-
Uses of CatalogTree in jmri
Methods in jmri that return CatalogTreeModifier and TypeMethodDescriptionCatalogTreeManager.getBySystemName(String systemName) Locate an instance based on a system name.CatalogTreeManager.getByUserName(String userName) Locate an instance based on a user name.CatalogTreeManager.getCatalogTree(String name) Locate via user name, then system name if needed.CatalogTreeManager.newCatalogTree(String systemName, String userName) Get a CatalogTree instance with the specified system and user names. -
Uses of CatalogTree in jmri.jmrit.catalog
Classes in jmri.jmrit.catalog that implement CatalogTreeModifier and TypeClassDescriptionclassTreeModel used by CatalogPanel to create a tree of resources.classTreeModel used by CatalogPanel to create a tree of resources.classTreeModel used by CatalogPanel to create a tree of resources.Methods in jmri.jmrit.catalog that return CatalogTreeModifier and TypeMethodDescriptionprotected CatalogTreeDefaultCatalogTreeManager.createNewCatalogTree(String systemName, String userName) Create a CatalogTree.DefaultCatalogTreeManager.getBySystemName(String key) DefaultCatalogTreeManager.getByUserName(String key) DefaultCatalogTreeManager.getCatalogTree(String name) DefaultCatalogTreeManager.newCatalogTree(String systemName, String userName) Provide CatalogTree by UserName, then SystemName, then creates if not found.Methods in jmri.jmrit.catalog that return types with arguments of type CatalogTreeModifier and TypeMethodDescriptionDefaultCatalogTreeManager.getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.jmrit.catalog with parameters of type CatalogTreeModifier and TypeMethodDescriptionvoidCatalogPanel.addTree(CatalogTree tree) Extend the Catalog by adding a tree to the root. -
Uses of CatalogTree in jmri.jmrit.catalog.configurexml
Method parameters in jmri.jmrit.catalog.configurexml with type arguments of type CatalogTreeModifier and TypeMethodDescriptionvoidDefaultCatalogTreeManagerXml.store(org.jdom2.Element cat, Set<CatalogTree> trees) Default implementation for storing the contents of a CatalogTreeManager.