Uses of Class
jmri.jmrit.display.switchboardEditor.SwitchBoardLabelDisplays
-
Packages that use SwitchBoardLabelDisplays Package Description jmri.jmrit.display.switchboardEditor -
-
Uses of SwitchBoardLabelDisplays in jmri.jmrit.display.switchboardEditor
Methods in jmri.jmrit.display.switchboardEditor that return SwitchBoardLabelDisplays Modifier and Type Method Description SwitchBoardLabelDisplaysSwitchboardEditor. nameDisplay()Get the label type.static SwitchBoardLabelDisplaysSwitchBoardLabelDisplays. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SwitchBoardLabelDisplays[]SwitchBoardLabelDisplays. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.display.switchboardEditor with parameters of type SwitchBoardLabelDisplays Modifier and Type Method Description voidSwitchboardEditor. setLabel(SwitchBoardLabelDisplays label)voidSwitchboardEditor. setShowUserName(SwitchBoardLabelDisplays label)
-