Uses of Class
jmri.jmrit.logixng.actions.ShowDialog.DataType
-
Packages that use ShowDialog.DataType Package Description jmri.jmrit.logixng.actions -
-
Uses of ShowDialog.DataType in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ShowDialog.DataType Modifier and Type Method Description ShowDialog.DataType
ShowDialog.Data. getDataType()
static ShowDialog.DataType
ShowDialog.DataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShowDialog.DataType[]
ShowDialog.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions with parameters of type ShowDialog.DataType Modifier and Type Method Description void
ShowDialog.Data. setDataType(ShowDialog.DataType dataType)
Constructors in jmri.jmrit.logixng.actions with parameters of type ShowDialog.DataType Constructor Description Data(ShowDialog.DataType dataType, java.lang.String data)
-