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.DataTypeShowDialog.Data. getDataType()static ShowDialog.DataTypeShowDialog.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 voidShowDialog.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)
-