Class SpeedProfilePanel.SensorDetails
- java.lang.Object
-
- jmri.jmrit.roster.swing.speedprofile.SpeedProfilePanel.SensorDetails
-
- Enclosing class:
- SpeedProfilePanel
static class SpeedProfilePanel.SensorDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longactiveDelay(package private) longinactiveDelay(package private) Sensorsensor(package private) booleanusingGlobal
-
Constructor Summary
Constructors Constructor Description SensorDetails(Sensor sen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) SensorgetSensor()(package private) voidresetDetails()(package private) voidsetupSensor()
-
-
-
Field Detail
-
inactiveDelay
long inactiveDelay
-
activeDelay
long activeDelay
-
usingGlobal
boolean usingGlobal
-
-
Constructor Detail
-
SensorDetails
SensorDetails(Sensor sen)
-
-
Method Detail
-
setupSensor
void setupSensor()
-
resetDetails
void resetDetails()
-
-