Package jmri.jmrit.withrottle
Class WiThrottlePreferences
java.lang.Object
jmri.jmrit.withrottle.AbstractWiThrottlePreferences
jmri.jmrit.withrottle.WiThrottlePreferences
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class jmri.jmrit.withrottle.AbstractWiThrottlePreferences
AbstractWiThrottlePreferences.AbstractWiThrottlePreferencesXml -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(WiThrottlePreferences prefs) booleanintintgetPort()booleanbooleanbooleanbooleanbooleanbooleanisDirty()booleanbooleanbooleanbooleanbooleanbooleanvoidload(org.jdom2.Element child) voidsetAllowConsist(boolean value) voidsetAllowRoute(boolean value) voidsetAllowTrackPower(boolean value) voidsetAllowTurnout(boolean value) voidsetAllowTurnoutCreation(boolean value) voidsetDisplayFastClock(boolean value) voidsetEStopDelay(int value) voidsetExclusiveUseOfAddress(boolean value) voidsetPort(int value) voidsetUseEStop(boolean value) voidsetUseMomF2(boolean value) voidsetUseWiFiConsist(boolean value) org.jdom2.Elementstore()Methods inherited from class jmri.jmrit.withrottle.AbstractWiThrottlePreferences
openFile, save
-
Field Details
-
DEFAULT_PORT
- See Also:
-
-
Constructor Details
-
WiThrottlePreferences
-
WiThrottlePreferences
public WiThrottlePreferences()
-
-
Method Details
-
load
- Specified by:
loadin classAbstractWiThrottlePreferences
-
compareValuesDifferent
-
apply
-
store
- Specified by:
storein classAbstractWiThrottlePreferences
-
isDirty
-
isRestartRequired
-
isUseEStop
-
setUseEStop
-
getEStopDelay
-
setEStopDelay
-
isUseMomF2
-
setUseMomF2
-
isExclusiveUseOfAddress
-
setExclusiveUseOfAddress
-
getPort
-
setPort
-
isAllowTrackPower
-
setAllowTrackPower
-
isAllowTurnout
-
setAllowTurnout
-
isAllowTurnoutCreation
-
setAllowTurnoutCreation
-
isAllowRoute
-
setAllowRoute
-
isAllowConsist
-
setAllowConsist
-
isUseWiFiConsist
-
setUseWiFiConsist
-
isDisplayFastClock
-
setDisplayFastClock
-