Uses of Class
jmri.CatalogTreeLeaf
-
Packages that use CatalogTreeLeaf Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts. -
-
Uses of CatalogTreeLeaf in jmri
Methods in jmri that return CatalogTreeLeaf Modifier and Type Method Description CatalogTreeLeaf
CatalogTreeNode. getLeaf(java.lang.String name, java.lang.String path)
Methods in jmri that return types with arguments of type CatalogTreeLeaf Modifier and Type Method Description java.util.ArrayList<CatalogTreeLeaf>
CatalogTreeNode. getLeaves()
java.util.ArrayList<CatalogTreeLeaf>
CatalogTreeNode. getLeaves(java.lang.String name)
Leafs can be used for many-to-many relations.Methods in jmri with parameters of type CatalogTreeLeaf Modifier and Type Method Description void
CatalogTreeNode. addLeaf(CatalogTreeLeaf leaf)
Append leaf to the end of the leafs list.Method parameters in jmri with type arguments of type CatalogTreeLeaf Modifier and Type Method Description void
CatalogTreeNode. setLeaves(java.util.ArrayList<CatalogTreeLeaf> leafs)
-