Uses of Enum
jmri.jmrit.beantable.BlockTableAction.RestoreRule
Packages that use BlockTableAction.RestoreRule
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
-
Uses of BlockTableAction.RestoreRule in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return BlockTableAction.RestoreRuleModifier and TypeMethodDescriptionstatic BlockTableAction.RestoreRuleBlockTableAction.getRestoreRule()Retrieve the restore rule selection from user preferencesstatic BlockTableAction.RestoreRuleReturns 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.RestoreRuleModifier and TypeMethodDescription(package private) voidBlockTableAction.setRestoreRule(BlockTableAction.RestoreRule newRule) Save the restore rule selection.