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 ImagePanel
CatalogPanel. _preview
protected ImagePanel
PreviewDialog. _preview
Methods in jmri.jmrit.catalog that return ImagePanel Modifier and Type Method Description ImagePanel
CatalogPanel. 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 ImagePanel
FamilyItemPanel. _dragIconPanel
protected ImagePanel
IconDialog. _iconEditPanel
protected ImagePanel
ItemPanel. _iconPanel
Methods in jmri.jmrit.display.palette that return ImagePanel Modifier and Type Method Description protected ImagePanel
IconDialog. getCatalogPreviewPanel()
protected ImagePanel
IconDialog. getIconEditPanel()
Methods in jmri.jmrit.display.palette with parameters of type ImagePanel Modifier and Type Method Description protected void
IndicatorTOItemPanel. 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 void
ItemPanel. 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 void
ItemPanel. makePreviewPanel(boolean hasMaps, ImagePanel dragIconPanel)
-