Uses of Enum
jmri.jmrit.beantable.LogixTableAction.EditMode
Packages that use LogixTableAction.EditMode
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
-
Uses of LogixTableAction.EditMode in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return LogixTableAction.EditModeModifier and TypeMethodDescriptionstatic LogixTableAction.EditModeReturns the enum constant of this type with the specified name.static LogixTableAction.EditMode[]LogixTableAction.EditMode.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.EditModeModifier and TypeMethodDescription(package private) voidLogixTableAction.setEditorMode(LogixTableAction.EditMode newMode) Save the view mode selection.