Uses of Class
ca.cgjennings.ui.JFileField.FileType
-
Packages that use JFileField.FileType Package Description ca.cgjennings.ui -
-
Uses of JFileField.FileType in ca.cgjennings.ui
Methods in ca.cgjennings.ui that return JFileField.FileType Modifier and Type Method Description JFileField.FileType
JFileField. getFileType()
static JFileField.FileType
JFileField.FileType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JFileField.FileType[]
JFileField.FileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.ui with parameters of type JFileField.FileType Modifier and Type Method Description void
JFileField. setFileType(JFileField.FileType type)
-