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.displaypackage.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) SensorIconSensorTextEdit. plMethods in jmri.jmrit.display that return SensorIcon Modifier and Type Method Description protected SensorIconEditor. 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 PositionableSensorIcon. finishClone(SensorIcon pos)voidSensorTextEdit. 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) voidSensorIconXml. loadTextInfo(SensorIcon l, org.jdom2.Element element)protected voidSensorIconXml. storeIconInfo(SensorIcon p, org.jdom2.Element element)protected voidSensorIconXml. 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) SensorIconLayoutEditorTools. turnoutSensorBlockIconMethods in jmri.jmrit.display.layoutEditor that return SensorIcon Modifier and Type Method Description SensorIconLayoutEditorTools. 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 voidLayoutEditor. 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) SensorIconSpeedometerFrame. startSensorIcon(package private) SensorIconSpeedometerFrame. stopSensorIcon1(package private) SensorIconSpeedometerFrame. stopSensorIcon2
-