Uses of Class
net.sf.sfac.file.FileType

Packages that use FileType
net.sf.sfac.file   
 

Uses of FileType in net.sf.sfac.file
 

Methods in net.sf.sfac.file that return FileType
static FileType FileType.getFileType(File fil, FileType[] possibleTypes, FileType defaultType)
          Get the type of the given file.
static FileType FileType.valueOf(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.
 

Methods in net.sf.sfac.file with parameters of type FileType
static FileType FileType.getFileType(File fil, FileType[] possibleTypes, FileType defaultType)
          Get the type of the given file.
static FileType FileType.getFileType(File fil, FileType[] possibleTypes, FileType defaultType)
          Get the type of the given file.
 void FileChooserHelper.setAcceptedFileTypes(boolean useAll, FileType... types)
           
static File FileType.setFileExtension(File fil, FileType type, boolean overrideExisting)
          Add the correct extension to the given file.
 



Copyright © 2012. All Rights Reserved.