Uses of Class
jmri.jmrit.logixng.util.LogixNG_SelectEnum
-
Packages that use LogixNG_SelectEnum Package Description jmri.jmrit.display.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.expressions jmri.jmrit.logixng.util jmri.jmrit.logixng.util.configurexml jmri.jmrit.logixng.util.swing jmri.jmrix.can.cbus.logixng 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_SelectEnum Modifier and Type Method Description LogixNG_SelectEnum<WindowManagement.BringToFrontOrBack>WindowManagement. getSelectEnumBringToFrontOrBack()LogixNG_SelectEnum<WindowManagement.HideOrShow>WindowManagement. getSelectEnumHideOrShow()LogixNG_SelectEnum<WindowManagement.MaximizeMinimizeNormalize>WindowManagement. getSelectEnumMaximizeMinimizeNormalize() -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.actions
-
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return LogixNG_SelectEnum Modifier and Type Method Description LogixNG_SelectEnum<FileAsFlag.DeleteOrKeep>FileAsFlag. getSelectDeleteOrKeep()LogixNG_SelectEnum<ExpressionBlock.BlockState>ExpressionBlock. getSelectEnum()LogixNG_SelectEnum<ExpressionDispatcher.DispatcherState>ExpressionDispatcher. getSelectEnum()LogixNG_SelectEnum<ExpressionSection.SectionState>ExpressionSection. getSelectEnum()LogixNG_SelectEnum<ExpressionSensor.SensorState>ExpressionSensor. getSelectEnum()LogixNG_SelectEnum<ExpressionTransit.TransitState>ExpressionTransit. getSelectEnum()LogixNG_SelectEnum<ExpressionSensorEdge.SensorState>ExpressionSensorEdge. getSelectEnumFromState()LogixNG_SelectEnum<ExpressionSensorEdge.SensorState>ExpressionSensorEdge. getSelectEnumToState() -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.util
Methods in jmri.jmrit.logixng.util with parameters of type LogixNG_SelectEnum Modifier and Type Method Description voidLogixNG_SelectEnum. copy(LogixNG_SelectEnum<E> copy) -
Uses of LogixNG_SelectEnum in jmri.jmrit.logixng.util.configurexml
Methods in jmri.jmrit.logixng.util.configurexml with parameters of type LogixNG_SelectEnum Modifier and Type Method Description voidLogixNG_SelectEnumXml. load(org.jdom2.Element enumElement, LogixNG_SelectEnum<E> selectEnum)voidLogixNG_SelectEnumXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectEnum<E> selectEnum, java.lang.String addressingElementName, java.lang.String enumElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.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, java.lang.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_SelectEnum Modifier and Type Method Description javax.swing.JPanelLogixNG_SelectEnumSwing. createPanel(LogixNG_SelectEnum<E> selectEnum, E[] enumArray)javax.swing.JPanelLogixNG_SelectEnumSwing. createPanel(LogixNG_SelectEnum<E> selectEnum, E[] enumArray, E defaultValue)voidLogixNG_SelectEnumSwing. updateObject(LogixNG_SelectEnum<E> selectEnum)booleanLogixNG_SelectEnumSwing. validate(LogixNG_SelectEnum<E> selectEnum, java.util.List<java.lang.String> errorMessages) -
Uses of LogixNG_SelectEnum in jmri.jmrix.can.cbus.logixng
Methods in jmri.jmrix.can.cbus.logixng that return LogixNG_SelectEnum Modifier and Type Method Description LogixNG_SelectEnum<SendMergCbusEvent.CbusEventType>SendMergCbusEvent. getSelectEventType()
-