Uses of Class
jmri.jmrit.logixng.actions.ShowDialog.Button
-
Packages that use ShowDialog.Button Package Description jmri.jmrit.logixng.actions -
-
Uses of ShowDialog.Button in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ShowDialog.Button Modifier and Type Method Description static ShowDialog.Button
ShowDialog.Button. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShowDialog.Button[]
ShowDialog.Button. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions that return types with arguments of type ShowDialog.Button Modifier and Type Method Description java.util.Set<ShowDialog.Button>
ShowDialog. getEnabledButtons()
Return the list of buttons.
-