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 void FileType.addChoosableFileFilters(JFileChooser chooser, FileType[] types, boolean addAllFilter)
          Add choosable file filter(s) to the given file chooser.
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.
static File FileType.setFileExtension(File fil, FileType type, boolean overrideExisting)
          Add the correct extension to the given file.
 



Copyright © 2011. All Rights Reserved.