Uses of Class
wjhk.jupload2.gui.JUploadFileChooser

Packages that use JUploadFileChooser
wjhk.jupload2.policies This package contains the upload policies. 
 

Uses of JUploadFileChooser in wjhk.jupload2.policies
 

Methods in wjhk.jupload2.policies that return JUploadFileChooser
 JUploadFileChooser UploadPolicy.createFileChooser()
          The creation of the file chooser is controled by the upload policy, to allow fine control of the way to select files.
 JUploadFileChooser PictureUploadPolicy.createFileChooser()
          Creates the file chooser, from the default implementation, then add an accessory to preview pictures.
 JUploadFileChooser DefaultUploadPolicy.createFileChooser()
          Default implementation for UploadPolicy.createFileChooser(): just a creation of a JUploadFileChooser.