Uses of Class
jmri.util.swing.ImagePanel
-
Packages that use ImagePanel Package Description jmri.jmrit.catalog Provides a tree-based catalog for browsing.jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.palette Select from palette of items. -
-
Uses of ImagePanel in jmri.jmrit.catalog
Fields in jmri.jmrit.catalog declared as ImagePanel Modifier and Type Field Description protected ImagePanelCatalogPanel. _previewprotected ImagePanelPreviewDialog. _previewMethods in jmri.jmrit.catalog that return ImagePanel Modifier and Type Method Description ImagePanelCatalogPanel. getPreviewPanel()Allows ItemPalette to set the preview panel background to match that of the icon set being edited. -
Uses of ImagePanel in jmri.jmrit.display
Constructors in jmri.jmrit.display with parameters of type ImagePanel Constructor Description PreviewPanel(DisplayFrame parent, ImagePanel panel1, ImagePanel panel2, boolean hasComboBox) -
Uses of ImagePanel in jmri.jmrit.display.palette
Fields in jmri.jmrit.display.palette declared as ImagePanel Modifier and Type Field Description protected ImagePanelFamilyItemPanel. _dragIconPanelprotected ImagePanelIconDialog. _iconEditPanelprotected ImagePanelItemPanel. _iconPanelMethods in jmri.jmrit.display.palette that return ImagePanel Modifier and Type Method Description protected ImagePanelIconDialog. getCatalogPreviewPanel()protected ImagePanelIconDialog. getIconEditPanel()Methods in jmri.jmrit.display.palette with parameters of type ImagePanel Modifier and Type Method Description protected voidIndicatorTOItemPanel. addIcons2Panel(java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,NamedIcon>> iconMaps, ImagePanel iconPanel, boolean dropIcon)Add current family icons to Show Icons pane when _showIconsButton pressed Also, dropIcon is true, call is from Icondialog and current family icons are added for editing.protected voidItemPanel. addIconsToPanel(java.util.HashMap<java.lang.String,NamedIcon> iconMap, ImagePanel iconPanel, boolean dropIcon)Add the current set of icons to a Show Icons pane.protected voidItemPanel. makePreviewPanel(boolean hasMaps, ImagePanel dragIconPanel)
-