Uses of Class
jmri.jmrit.beantable.BlockTableAction.RestoreRule
-
Packages that use BlockTableAction.RestoreRule Package Description jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads. -
-
Uses of BlockTableAction.RestoreRule in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as BlockTableAction.RestoreRule Modifier and Type Field Description (package private) BlockTableAction.RestoreRule
BlockTableAction. _restoreRule
Methods in jmri.jmrit.beantable that return BlockTableAction.RestoreRule Modifier and Type Method Description static BlockTableAction.RestoreRule
BlockTableAction. getRestoreRule()
Retrieve the restore rule selection from user preferencesstatic BlockTableAction.RestoreRule
BlockTableAction.RestoreRule. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockTableAction.RestoreRule[]
BlockTableAction.RestoreRule. 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 BlockTableAction.RestoreRule Modifier and Type Method Description (package private) void
BlockTableAction. setRestoreRule(BlockTableAction.RestoreRule newRule)
Save the restore rule selection.
-