Uses of Class
jmri.CatalogTreeLeaf
Packages that use CatalogTreeLeaf
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
-
Uses of CatalogTreeLeaf in jmri
Methods in jmri that return CatalogTreeLeafModifier and TypeMethodDescriptionMethods in jmri that return types with arguments of type CatalogTreeLeafModifier and TypeMethodDescriptionCatalogTreeNode.getLeaves()Leafs can be used for many-to-many relations.Methods in jmri with parameters of type CatalogTreeLeafModifier and TypeMethodDescriptionvoidCatalogTreeNode.addLeaf(CatalogTreeLeaf leaf) Append leaf to the end of the leafs list.Method parameters in jmri with type arguments of type CatalogTreeLeafModifier and TypeMethodDescriptionvoidCatalogTreeNode.setLeaves(ArrayList<CatalogTreeLeaf> leafs)