Package | Description |
---|---|
de.uni_due.inf.ti.dragom.gui |
Modifier and Type | Method and Description |
---|---|
static FileTypes.FileType |
FileTypes.FileType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileTypes.FileType[] |
FileTypes.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.filechooser.FileFilter |
FileTypes.getFileFilterForType(FileTypes.FileType type)
Returns a file filter for a specified file type.
|