Uses of Class
jmri.jmrit.catalog.CatalogPanel
-
Packages that use CatalogPanel Package Description jmri.jmrit.catalog Provides a tree-based catalog for browsing.jmri.jmrit.display.palette Select from palette of items. -
-
Uses of CatalogPanel in jmri.jmrit.catalog
Methods in jmri.jmrit.catalog that return CatalogPanel Modifier and Type Method Description static CatalogPanelCatalogPanel. makeCatalog(java.lang.String label1, java.lang.String label2, boolean addButtonPanel, boolean treeDnD, boolean dragIcons)Create a named icon catalog split pane.static CatalogPanelCatalogPanel. makeDefaultCatalog()static CatalogPanelCatalogPanel. makeDefaultCatalog(boolean addButtonPanel, boolean treeDrop, boolean dragIcon) -
Uses of CatalogPanel in jmri.jmrit.display.palette
Fields in jmri.jmrit.display.palette declared as CatalogPanel Modifier and Type Field Description protected CatalogPanelIconDialog. _catalogprotected CatalogPanelIconItemPanel. _catalogMethods in jmri.jmrit.display.palette that return CatalogPanel Modifier and Type Method Description protected CatalogPanelIconItemPanel. makeCatalog()
-