Uses of Class
jmri.jmrit.beantable.LogixTableAction.SelectionMode
-
Packages that use LogixTableAction.SelectionMode Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads. -
-
Uses of LogixTableAction.SelectionMode in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as LogixTableAction.SelectionMode Modifier and Type Field Description (package private) LogixTableAction.SelectionMode
LogixTableAction. _selectionMode
Methods in jmri.jmrit.beantable that return LogixTableAction.SelectionMode Modifier and Type Method Description static LogixTableAction.SelectionMode
LogixTableAction.SelectionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogixTableAction.SelectionMode[]
LogixTableAction.SelectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.beantable with parameters of type LogixTableAction.SelectionMode Modifier and Type Method Description (package private) void
LogixTableAction. setSelectionMode(LogixTableAction.SelectionMode newMode)
Save the mode selection.
-