Uses of Class
jmri.configurexml.ShutdownPreferences.DialogDisplayOptions
-
Packages that use ShutdownPreferences.DialogDisplayOptions Package Description jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations. -
-
Uses of ShutdownPreferences.DialogDisplayOptions in jmri.configurexml
Methods in jmri.configurexml that return ShutdownPreferences.DialogDisplayOptions Modifier and Type Method Description ShutdownPreferences.DialogDisplayOptions
ShutdownPreferences. getDisplayDialog()
static ShutdownPreferences.DialogDisplayOptions
ShutdownPreferences.DialogDisplayOptions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShutdownPreferences.DialogDisplayOptions[]
ShutdownPreferences.DialogDisplayOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.configurexml with parameters of type ShutdownPreferences.DialogDisplayOptions Modifier and Type Method Description void
ShutdownPreferences. setDisplayDialog(ShutdownPreferences.DialogDisplayOptions value)
-