Uses of Class
wjhk.jupload2.exception.JUploadExceptionStopAddingFiles

Packages that use JUploadExceptionStopAddingFiles
wjhk.jupload2.gui Implementation of caching and special algorithms for various file types. 
wjhk.jupload2.policies This package contains the upload policies: they give you hook entry points, to override the default applet behaviour with a minimum of java code. 
 

Uses of JUploadExceptionStopAddingFiles in wjhk.jupload2.gui
 

Methods in wjhk.jupload2.gui that throw JUploadExceptionStopAddingFiles
 void FilePanelDataModel2.addFile(File file, File root)
          Add a file to the panel (at the end of the list)
 void FilePanelTableImp.addFiles(File[] f, File root)
           
 void FilePanel.addFiles(File[] f, File root)
          Add multiple files to this panel.
 

Uses of JUploadExceptionStopAddingFiles in wjhk.jupload2.policies
 

Methods in wjhk.jupload2.policies that throw JUploadExceptionStopAddingFiles
 FileData UploadPolicy.createFileData(File file, File root)
          This methods creates a new FileData instance (or one of its inherited classes), and return it to the caller.
 FileData PictureUploadPolicy.createFileData(File file, File root)
          This methods actually returns a PictureFileData instance.
 FileData DefaultUploadPolicy.createFileData(File file, File root)
          The DefaultUpload accepts all file types: we just return an instance of FileData, without any test.