Package uk.ac.essex.common.io

Class Summary
DirectoryFileChooser A conveneint subclass of JFileChooser to only show directories
Date: 15-Jul-2002
DirectoryFileFilter A filename filter that filters out only directories
Date: 15-Jul-2002
DirectoryUtilities Class that contains static functions useful in manipulating directories.
FileLoader
Date: 15-Jul-2002
FileOp<T extends ApplicationFile> Abstract superclass for all operations that load data from files stored locally.
FileOpImpl<T extends ApplicationFile> A default implementation of a FileOp that provides implementations that use a JFileChooser to obtain the file the user wants to open/save.
FileType An enumeration class that represents differnet file types
Date: 15-Jul-2002
ImageJFileChooser ImageJFileChooser is essentially a JFileChooser but includes the FileFilters that are associated with all the file types handled by the Java Advanced Imaging API.
MyFileFilter A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
NonDirectoryFileFilter A filename filter that filters out non-directories ie/ only files
Date: 15-Jul-2002
ResourceLoader Contains utility functions to load resource files from the classpath using the default class loader and the one used to load this class.