Uses of Class
jmri.jmrit.ctc.configurexml.ImportOtherData.VERTICAL_SIZE
-
Packages that use ImportOtherData.VERTICAL_SIZE Package Description jmri.jmrit.ctc.configurexml Implements CTC data loading and storing. -
-
Uses of ImportOtherData.VERTICAL_SIZE in jmri.jmrit.ctc.configurexml
Fields in jmri.jmrit.ctc.configurexml declared as ImportOtherData.VERTICAL_SIZE Modifier and Type Field Description ImportOtherData.VERTICAL_SIZE
ImportOtherData. _mGUIDesign_VerticalSize
Methods in jmri.jmrit.ctc.configurexml that return ImportOtherData.VERTICAL_SIZE Modifier and Type Method Description static ImportOtherData.VERTICAL_SIZE
ImportOtherData.VERTICAL_SIZE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImportOtherData.VERTICAL_SIZE[]
ImportOtherData.VERTICAL_SIZE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-