Uses of Class
nl.liacs.subdisc.FileType

Packages that use FileType
nl.liacs.subdisc   
 

Uses of FileType in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return FileType
static FileType FileType.getFileType(java.io.File theFile)
          Returns the FileType corresponding to the filename parameter.
static FileType FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileType[] FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in nl.liacs.subdisc with parameters of type FileType
FileTypeFilter(FileType theFileType)
          This class will change and return an instance of the FileNameExtension class, based on the FileType.