Uses of Class
jmri.jmrit.display.IconAdder
-
Packages that use IconAdder Package Description jmri.jmrit.display Provides control panel and associated visible icon classes. -
-
Uses of IconAdder in jmri.jmrit.display
Subclasses of IconAdder in jmri.jmrit.display Modifier and Type Class Description class
MultiSensorIconAdder
Provides a simple editor for creating a MultiSensorIcon object.class
SlipIconAdder
Provides a simple editor for creating a Single or Double Slip Icon object.Fields in jmri.jmrit.display declared as IconAdder Modifier and Type Field Description (package private) IconAdder
PositionableJPanel. _iconEditor
(package private) IconAdder
PositionableLabel. _iconEditor
Methods in jmri.jmrit.display that return IconAdder Modifier and Type Method Description IconAdder
Editor.JFrameItem. getEditor()
IconAdder
Editor. getIconEditor(java.lang.String name)
protected IconAdder
Editor. getSignalHeadEditor()
Methods in jmri.jmrit.display with parameters of type IconAdder Modifier and Type Method Description protected TurnoutIcon
Editor. addTurnout(IconAdder editor)
protected Editor.JFrameItem
Editor. makeAddIconFrame(java.lang.String name, boolean add, boolean table, IconAdder editor)
Create a frame showing all images in the set used for an icon.protected void
PositionableJPanel. makeIconEditorFrame(java.awt.Container pos, java.lang.String name, boolean table, IconAdder editor)
protected void
PositionableLabel. makeIconEditorFrame(java.awt.Container pos, java.lang.String name, boolean table, IconAdder editor)
For item popups in Panel Editor.Constructors in jmri.jmrit.display with parameters of type IconAdder Constructor Description JFrameItem(java.lang.String name, IconAdder editor)
-