A B C D E F G H I J L M N O P Q R S T U V W

C

canRead() - Method in class wjhk.jupload2.filedata.DefaultFileData
Indicate if this file can be read.
canRead() - Method in interface wjhk.jupload2.filedata.FileData
Indicate if this file can be read.
canRead() - Method in class wjhk.jupload2.upload.UploadFileData
Indicate if this file can be read.
cbMenuItemDebugOnOff - Variable in class wjhk.jupload2.gui.JUploadPopupMenu
Identifies the menu item that will set debug mode on or off (on means: debugLevel=100)
checkClientTrusted(X509Certificate[], String) - Method in class wjhk.jupload2.upload.InteractiveTrustManager
As this class is used on the client side only, The implementation of this method does nothing.
checkServerTrusted(X509Certificate[], String) - Method in class wjhk.jupload2.upload.InteractiveTrustManager
 
checkUploadSuccess(int, String, String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
The default behaviour (see DefaultUploadPolicy) is to check that the stringUploadSuccess applet parameter is present in the response from the server.
checkUploadSuccess(int, String, String) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method returns true, if upload is a success.
cleanAll() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Clean any used resource, like a 'permanent' connection.
cleanAll() - Method in class wjhk.jupload2.upload.FileUploadThreadFTP
 
cleanAll() - Method in class wjhk.jupload2.upload.FileUploadThreadHTTP
 
cleanRequest() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Clean any used resource of the last executed request.
cleanRequest() - Method in class wjhk.jupload2.upload.FileUploadThreadFTP
 
cleanRequest() - Method in class wjhk.jupload2.upload.FileUploadThreadHTTP
 
clearCommand() - Method in class wjhk.jupload2.JavascriptHandler
Synchronized method allows for safely clearing jsCommand string
clearSelection() - Method in interface wjhk.jupload2.gui.FilePanel
Clears the current selection of the JTable.
clearSelection() - Method in class wjhk.jupload2.gui.FilePanelTableImp
Clear the current selection in the JTable.
CLIENT - Static variable in class wjhk.jupload2.upload.InteractiveTrustManager
Mode for using client certificates.
close() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
 
close() - Method in interface wjhk.jupload2.upload.FileUploadThread
Closes the connection to the server and releases resources.
COLINDEX_DIRECTORY - Static variable in class wjhk.jupload2.gui.FilePanelDataModel2
The default colum indices of the columns, as displayed by the applet.
COLINDEX_MODIFIED - Static variable in class wjhk.jupload2.gui.FilePanelDataModel2
The default colum indices of the columns, as displayed by the applet.
COLINDEX_NAME - Static variable in class wjhk.jupload2.gui.FilePanelDataModel2
The default colum indices of the columns, as displayed by the applet.
COLINDEX_READABLE - Static variable in class wjhk.jupload2.gui.FilePanelDataModel2
The default colum indices of the columns, as displayed by the applet.
COLINDEX_SIZE - Static variable in class wjhk.jupload2.gui.FilePanelDataModel2
The default colum indices of the columns, as displayed by the applet.
columnClasses - Variable in class wjhk.jupload2.gui.FilePanelDataModel2
 
ColumnComparator - Class in wjhk.jupload2.gui
Technical class, used to sort rows in the wjhk.jupload2.gui.FilePanelDataModel2 class.
ColumnComparator(int, boolean) - Constructor for class wjhk.jupload2.gui.ColumnComparator
Creates a new instance.
columnNames - Variable in class wjhk.jupload2.gui.FilePanelDataModel2
 
columnSize - Variable in class wjhk.jupload2.gui.FilePanelDataModel2
 
COMMAND_START_UPLOAD - Static variable in class wjhk.jupload2.JavascriptHandler
Command code, for upload.
compare(FileData, FileData) - Method in class wjhk.jupload2.gui.ColumnComparator
 
componentHidden(ComponentEvent) - Method in class wjhk.jupload2.gui.PictureDialog
componentHidden(ComponentEvent) - Method in class wjhk.jupload2.gui.PicturePanel
 
componentMoved(ComponentEvent) - Method in class wjhk.jupload2.gui.PictureDialog
componentMoved(ComponentEvent) - Method in class wjhk.jupload2.gui.PicturePanel
 
componentResized(ComponentEvent) - Method in class wjhk.jupload2.gui.PictureDialog
componentResized(ComponentEvent) - Method in class wjhk.jupload2.gui.PicturePanel
 
componentShown(ComponentEvent) - Method in class wjhk.jupload2.gui.PictureDialog
componentShown(ComponentEvent) - Method in class wjhk.jupload2.gui.PicturePanel
 
Connect(URL, Proxy) - Method in class wjhk.jupload2.upload.HttpConnect
Connects to a given URL.
Connect(URL) - Method in class wjhk.jupload2.upload.HttpConnect
Connects to a given URL automatically using a proxy.
contains(File) - Method in class wjhk.jupload2.gui.FilePanelDataModel2
Does this table contain this file ?
CookieJar - Class in wjhk.jupload2.upload
This class implements a container for multiple cookies in a single domain.
CookieJar() - Constructor for class wjhk.jupload2.upload.CookieJar
 
CoppermineUploadPolicy - Class in wjhk.jupload2.policies
Specific UploadPolicy for the coppermine picture gallery.
CoppermineUploadPolicy(JUploadApplet) - Constructor for class wjhk.jupload2.policies.CoppermineUploadPolicy
 
createErrorMessage(String, long, UploadPolicy) - Static method in exception wjhk.jupload2.exception.JUploadExceptionTooBigFile
This method creates the correct message for this exception.
createFileChooser() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Default implementation for UploadPolicy.createFileChooser(): just a creation of a JUploadFileChooser.
createFileChooser() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Creates the file chooser, from the default implementation, then add an accessory to preview pictures.
createFileChooser() - Method in interface wjhk.jupload2.policies.UploadPolicy
The creation of the file chooser is controled by the upload policy, to allow fine control of the way to select files.
createFileData(File, File) - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
The Coppermine gallery allows files other than pictures.
createFileData(File, File) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
The DefaultUpload accepts all file types: we just return an instance of FileData, without any test.
createFileData(File, File) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
This methods actually returns a PictureFileData instance.
createFileData(File, File) - Method in interface wjhk.jupload2.policies.UploadPolicy
This methods creates a new FileData instance (or one of its inherited classes), and return it to the caller.
createProgressPanel(JProgressBar, JButton, JButton, JPanel) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
createProgressPanel(JProgressBar, JButton, JButton, JPanel) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method is called to create the progress panel.
createStatusBar(JLabel, JPanel) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
createStatusBar(JLabel, JPanel) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method is used to create a new status bar.
createTopPanel(JButton, JButton, JButton, JUploadPanel) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Default implementation of UploadPolicy.createTopPanel(JButton, JButton, JButton, JUploadPanel).
createTopPanel(JButton, JButton, JButton, JUploadPanel) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
This method override the default topPanel, and adds:
Two rotation buttons, to rotate the currently selected picture.
createTopPanel(JButton, JButton, JButton, JUploadPanel) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method allows the upolad policy to override the content of the applet part that is above the file list, called here the 'top panel'.
createTranformedPictureFile(ImageHelper) - Method in class wjhk.jupload2.filedata.PictureFileData
Creates a transformed picture file of the given max width and max height.
CustomizedNbFilesPerRequestUploadPolicy - Class in wjhk.jupload2.policies
Deprecated. This class is of no use, as it actually behaves exactly as the DefaultUploadPolicy.
CustomizedNbFilesPerRequestUploadPolicy(JUploadApplet) - Constructor for class wjhk.jupload2.policies.CustomizedNbFilesPerRequestUploadPolicy
Deprecated.  

A B C D E F G H I J L M N O P Q R S T U V W