Uses of Interface
jmri.CatalogTree
-
Packages that use CatalogTree Package Description 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 -
-
Uses of CatalogTree in jmri
Methods in jmri that return CatalogTree Modifier and Type Method Description CatalogTree
CatalogTreeManager. getBySystemName(java.lang.String systemName)
Locate an instance based on a system name.CatalogTree
CatalogTreeManager. getByUserName(java.lang.String userName)
Locate an instance based on a user name.CatalogTree
CatalogTreeManager. getCatalogTree(java.lang.String name)
Locate via user name, then system name if needed.CatalogTree
CatalogTreeManager. newCatalogTree(java.lang.String systemName, java.lang.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 CatalogTree Modifier and Type Class Description 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 Modifier and Type Method Description protected CatalogTree
DefaultCatalogTreeManager. createNewCatalogTree(java.lang.String systemName, java.lang.String userName)
Create a CatalogTree.CatalogTree
DefaultCatalogTreeManager. getBySystemName(java.lang.String key)
CatalogTree
DefaultCatalogTreeManager. getByUserName(java.lang.String key)
CatalogTree
DefaultCatalogTreeManager. getCatalogTree(java.lang.String name)
CatalogTree
DefaultCatalogTreeManager. newCatalogTree(java.lang.String systemName, java.lang.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 CatalogTree Modifier and Type Method Description java.lang.Class<CatalogTree>
DefaultCatalogTreeManager. getNamedBeanClass()
Get the class of NamedBean supported by this Manager.Methods in jmri.jmrit.catalog with parameters of type CatalogTree Modifier and Type Method Description void
CatalogPanel. 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 CatalogTree Modifier and Type Method Description void
DefaultCatalogTreeManagerXml. store(org.jdom2.Element cat, java.util.Set<CatalogTree> trees)
Default implementation for storing the contents of a CatalogTreeManager.
-