Uses of Class
jmri.jmrit.display.SensorIcon
-
Packages that use SensorIcon Package Description jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.configurexml XML persistance for thejmri.jmrit.display
package.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.speedometer -
-
Uses of SensorIcon in jmri.jmrit.display
Fields in jmri.jmrit.display declared as SensorIcon Modifier and Type Field Description (package private) SensorIcon
SensorTextEdit. pl
Methods in jmri.jmrit.display that return SensorIcon Modifier and Type Method Description protected SensorIcon
Editor. putSensor()
Add a sensor indicator to the target.Methods in jmri.jmrit.display with parameters of type SensorIcon Modifier and Type Method Description protected java.util.HashMap<java.lang.Integer,NamedIcon>
SensorIcon. cloneMap(java.util.HashMap<java.lang.Integer,NamedIcon> map, SensorIcon pos)
protected Positionable
SensorIcon. finishClone(SensorIcon pos)
void
SensorTextEdit. initComponents(SensorIcon l, java.lang.String name)
-
Uses of SensorIcon in jmri.jmrit.display.configurexml
Methods in jmri.jmrit.display.configurexml with parameters of type SensorIcon Modifier and Type Method Description (package private) void
SensorIconXml. loadTextInfo(SensorIcon l, org.jdom2.Element element)
protected void
SensorIconXml. storeIconInfo(SensorIcon p, org.jdom2.Element element)
protected void
SensorIconXml. storeTextInfo(SensorIcon p, org.jdom2.Element element)
-
Uses of SensorIcon in jmri.jmrit.display.layoutEditor
Fields in jmri.jmrit.display.layoutEditor declared as SensorIcon Modifier and Type Field Description (package private) SensorIcon
LayoutEditorTools. turnoutSensorBlockIcon
Methods in jmri.jmrit.display.layoutEditor that return SensorIcon Modifier and Type Method Description SensorIcon
LayoutEditorTools. getSensorIcon(java.lang.String sensorName)
Methods in jmri.jmrit.display.layoutEditor that return types with arguments of type SensorIcon Modifier and Type Method Description java.util.List<SensorIcon>
LayoutEditor. getSensorList()
Methods in jmri.jmrit.display.layoutEditor with parameters of type SensorIcon Modifier and Type Method Description void
LayoutEditor. putSensor(SensorIcon l)
-
Uses of SensorIcon in jmri.jmrit.speedometer
Fields in jmri.jmrit.speedometer declared as SensorIcon Modifier and Type Field Description (package private) SensorIcon
SpeedometerFrame. startSensorIcon
(package private) SensorIcon
SpeedometerFrame. stopSensorIcon1
(package private) SensorIcon
SpeedometerFrame. stopSensorIcon2
-