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 classMultiSensorIconAdderProvides a simple editor for creating a MultiSensorIcon object.classSlipIconAdderProvides 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) IconAdderPositionableJPanel. _iconEditor(package private) IconAdderPositionableLabel. _iconEditorMethods in jmri.jmrit.display that return IconAdder Modifier and Type Method Description IconAdderEditor.JFrameItem. getEditor()IconAdderEditor. getIconEditor(java.lang.String name)protected IconAdderEditor. getSignalHeadEditor()Methods in jmri.jmrit.display with parameters of type IconAdder Modifier and Type Method Description protected TurnoutIconEditor. addTurnout(IconAdder editor)protected Editor.JFrameItemEditor. 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 voidPositionableJPanel. makeIconEditorFrame(java.awt.Container pos, java.lang.String name, boolean table, IconAdder editor)protected voidPositionableLabel. 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)
-