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 SwitchBoardLabelDisplays
SwitchboardEditor. nameDisplay()
Get the label type.static SwitchBoardLabelDisplays
SwitchBoardLabelDisplays. 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 void
SwitchboardEditor. setLabel(SwitchBoardLabelDisplays label)
void
SwitchboardEditor. setShowUserName(SwitchBoardLabelDisplays label)
-