Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2015. All rights reserved.