Uses of Class
jmri.util.swing.ImagePanel
Packages that use ImagePanel
Package
Description
Provides a tree-based catalog for browsing.
Provides control panel and associated visible icon classes.
Select from palette of items.
-
Uses of ImagePanel in jmri.jmrit.catalog
Fields in jmri.jmrit.catalog declared as ImagePanelModifier and TypeFieldDescriptionprotected ImagePanelCatalogPanel._previewprotected ImagePanelPreviewDialog._previewMethods in jmri.jmrit.catalog that return ImagePanelModifier and TypeMethodDescriptionCatalogPanel.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 ImagePanelModifierConstructorDescriptionPreviewPanel(DisplayFrame parent, ImagePanel panel1, ImagePanel panel2, boolean hasComboBox) -
Uses of ImagePanel in jmri.jmrit.display.palette
Fields in jmri.jmrit.display.palette declared as ImagePanelModifier and TypeFieldDescriptionprotected ImagePanelFamilyItemPanel._dragIconPanelprotected ImagePanelIconDialog._iconEditPanelprotected ImagePanelItemPanel._iconPanelMethods in jmri.jmrit.display.palette that return ImagePanelModifier and TypeMethodDescriptionprotected ImagePanelIconDialog.getCatalogPreviewPanel()protected ImagePanelIconDialog.getIconEditPanel()Methods in jmri.jmrit.display.palette with parameters of type ImagePanelModifier and TypeMethodDescriptionprotected voidIndicatorTOItemPanel.addIcons2Panel(HashMap<String, HashMap<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(HashMap<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)