Uses of Class
jmri.jmrit.logixng.util.LogixNG_SelectEnum
Packages that use LogixNG_SelectEnum
Package
Description
Provides classes for interacting with CBUS Nodes using LogixNG.
-
Uses of LogixNG_SelectEnum in jmri.jmrit.display.logixng
Methods in jmri.jmrit.display.logixng that return LogixNG_SelectEnumModifier and TypeMethodDescriptionWindowManagement.getSelectEnumBringToFrontOrBack()WindowManagement.getSelectEnumHideOrShow()WindowManagement.getSelectEnumMaximizeMinimizeNormalize() -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return LogixNG_SelectEnumModifier and TypeMethodDescriptionActionAudio.getSelectEnum()ActionBlock.getSelectEnum()ActionClock.getSelectEnum()ActionClockRate.getSelectEnum()ActionDispatcher.getSelectEnum()ActionEntryExit.getSelectEnum()ActionLight.getSelectEnum()ActionOBlock.getSelectEnum()ActionPower.getSelectEnum()ActionSensor.getSelectEnum()ActionSound.getSelectEnum()ActionTurnout.getSelectEnum()ActionTurnoutLock.getSelectEnum()ActionWarrant.getSelectEnum()EnableLogix.getSelectEnum()EnableLogixNG.getSelectEnum()ShutdownComputer.getSelectEnum()TriggerRoute.getSelectEnum()WebRequest.getSelectLineEnding()ProgramOnMain.getSelectLongOrShortAddress()ActionThrottleFunction.getSelectOnOff()WebRequest.getSelectReplyType()WebRequest.getSelectRequestMethod()Timeout.getSelectTimerUnit() -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return LogixNG_SelectEnumModifier and TypeMethodDescriptionFileAsFlag.getSelectDeleteOrKeep()ExpressionBlock.getSelectEnum()ExpressionDispatcher.getSelectEnum()ExpressionSection.getSelectEnum()ExpressionSensor.getSelectEnum()ExpressionTransit.getSelectEnum()ExpressionSensorEdge.getSelectEnumFromState()ExpressionSensorEdge.getSelectEnumToState() -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.util
Methods in jmri.jmrit.logixng.util with parameters of type LogixNG_SelectEnum -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.util.configurexml
Methods in jmri.jmrit.logixng.util.configurexml with parameters of type LogixNG_SelectEnumModifier and TypeMethodDescriptionvoidLogixNG_SelectEnumXml.load(org.jdom2.Element enumElement, LogixNG_SelectEnum<E> selectEnum) voidLogixNG_SelectEnumXml.loadLegacy(org.jdom2.Element shared, LogixNG_SelectEnum<E> selectEnum, String addressingElementName, String enumElementName, String referenceElementName, String localVariableElementName, String formulaElementName) This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.org.jdom2.ElementLogixNG_SelectEnumXml.store(LogixNG_SelectEnum<E> selectEnum, String tagName) Default implementation for storing the contents of a LogixNG_SelectEnum -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.util.swing
Methods in jmri.jmrit.logixng.util.swing with parameters of type LogixNG_SelectEnumModifier and TypeMethodDescriptionLogixNG_SelectEnumSwing.createPanel(LogixNG_SelectEnum<E> selectEnum, E[] enumArray) LogixNG_SelectEnumSwing.createPanel(LogixNG_SelectEnum<E> selectEnum, E[] enumArray, E defaultValue) voidLogixNG_SelectEnumSwing.updateObject(LogixNG_SelectEnum<E> selectEnum) booleanLogixNG_SelectEnumSwing.validate(LogixNG_SelectEnum<E> selectEnum, List<String> errorMessages) -
Uses of LogixNG_SelectEnum in jmri.jmrix.can.cbus.logixng
Methods in jmri.jmrix.can.cbus.logixng that return LogixNG_SelectEnum