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 CatalogPanel
CatalogPanel. makeCatalog(java.lang.String label1, java.lang.String label2, boolean addButtonPanel, boolean treeDnD, boolean dragIcons)
Create a named icon catalog split pane.static CatalogPanel
CatalogPanel. makeDefaultCatalog()
static CatalogPanel
CatalogPanel. 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 CatalogPanel
IconDialog. _catalog
protected CatalogPanel
IconItemPanel. _catalog
Methods in jmri.jmrit.display.palette that return CatalogPanel Modifier and Type Method Description protected CatalogPanel
IconItemPanel. makeCatalog()
-