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

A

AAFUploadPolicy - Class in wjhk.jupload2.policies
 
AAFUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.AAFUploadPolicy
 
absoluteRoot - Variable in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
The absolute root of the hierarchical structure.
accept(File) - Method in class wjhk.jupload2.gui.JUploadFileFilter
 
actionPerformed(ActionEvent) - Method in class wjhk.jupload2.gui.DebugDialog
 
actionPerformed(ActionEvent) - Method in class wjhk.jupload2.gui.DialogUploadRetry
 
actionPerformed(ActionEvent) - Method in class wjhk.jupload2.gui.image.PictureDialog
 
actionPerformed(ActionEvent) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
 
actionPerformed(ActionEvent) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
This method handles the clicks on the rotation buttons.
actionPerformed(ActionEvent) - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
The only event managed here is the timer event.
add(UploadFileData) - Method in class wjhk.jupload2.upload.UploadFilePacket
 
addChild(FileData) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
This method adds a new FileData in the children list, for the current object.
addChild(TreeFileDataNode) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Add a new child to the children of this folder.
addChild(File) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Adds a given file as a Child of the current node.
addChildAndDescendants(File) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Adds a given file as a Child of the current node.
addComponentsToJUploadPanel(JUploadPanel) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
This methods allow the upload policy to override the default disposition of the components on the applet.
addComponentsToJUploadPanel(JUploadPanel) - Method in class wjhk.jupload2.policies.FilesTogetherUploadPolicy
This methods allow the upload policy to override the default disposition of the components on the applet.
addComponentsToJUploadPanel(JUploadPanel) - Method in class wjhk.jupload2.policies.SilverpeasUploadPolicy
This methods allow the upload policy to override the default disposition of the components on the applet.
addComponentsToJUploadPanel(JUploadPanel) - Method in class wjhk.jupload2.policies.SuperSimpleUploadPolicy
This methods allow the upload policy to override the default disposition of the components on the applet.
addComponentsToJUploadPanel(JUploadPanel) - Method in interface wjhk.jupload2.policies.UploadPolicy
This methods allow the upload policy to override the default disposition of the components on the applet.
addFile(File) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Add a file to the panel (at the end of the list)
addFiles(File[]) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Add multiple files to this panel.
addFiles(File[]) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
addHeader(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
addHeader(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
Add an header to the list of headers that will be added to each HTTP upload request.
addMsgToDebugLog(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
This methods allows the applet to store all messages (debug, warning, info, errors...) into a StringBuffer.
addRotation(int) - Method in class wjhk.jupload2.filedata.PictureFileData
This function is used to rotate the picture.
addTreeModelListener(TreeModelListener) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
afterFileDropped(DropTargetDropEvent) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Default reaction after a successful drop operation: no action.
afterFileDropped(DropTargetDropEvent) - Method in class wjhk.jupload2.policies.FilesTogetherUploadPolicy
Default reaction after a successful drop operation: no action.
afterFileDropped(DropTargetDropEvent) - Method in class wjhk.jupload2.policies.SilverpeasUploadPolicy
Default reaction after a successful drop operation: no action.
afterFileDropped(DropTargetDropEvent) - Method in interface wjhk.jupload2.policies.UploadPolicy
Reaction by the upload policy, once the management of the dropped file(s) is finished, that is: after all the dropped files have been successfully added to the file list.
afterUpload() - Method in class wjhk.jupload2.filedata.DefaultFileData
This function is called after upload, whether it is successful or not.
afterUpload() - Method in interface wjhk.jupload2.filedata.FileData
This function is called after upload, whether it is successful or not.
afterUpload() - Method in class wjhk.jupload2.filedata.PictureFileData
Cleaning of the temporary file on the hard drive, if any.
afterUpload() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
afterUpload() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
This function is called after upload, whether it is successful or not.
afterUpload(Exception, String) - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
 
afterUpload(Exception, String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
afterUpload(Exception, String) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method is called after an upload, whether it is successful or not.
afterUpload() - Method in class wjhk.jupload2.upload.UploadFileData
Clean any local resources, then transmit to the encapsulated FileData.afterUpload().
alert(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
alert(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
Displays a MessageBox with a unique 'Ok' button, by calling the JOptionPane.showMessageDialog(java.awt.Component, Object) method.
alertStr(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
alertStr(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
Displays a MessageBox with a unique 'Ok' button, by calling the JOptionPane.showMessageDialog(java.awt.Component, Object) method.
anotherFileHasBeenSent(UploadFilePacket, UploadFileData) - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
This method is called each time a new file is sent to the server.
anotherFileHasBeenSent(UploadFilePacket, UploadFileData) - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
anotherFileHasBeenSent(UploadFilePacket, UploadFileData) - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
Called when a new file is uploaded.
append(String) - Method in class wjhk.jupload2.gui.JUploadTextArea
This call must be synchronized, so that there is no interaction with the LogMessageThread thread.
append(String) - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Append a string, to be encoded at the current end of the byte array.
append(int) - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Append a byte, to be encoded at the current end of the byte array. he byte to be written is the eight low-order bits of the argument b.
append(byte[]) - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Append a stream, to be encoded at the current end of the byte array.
append(ByteArrayEncoder) - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Append a string, to be encoded at the current end of the byte array.
append(String) - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Append a string, to be encoded at the current end of the byte array.
append(int) - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Append a byte, to be encoded at the current end of the byte array. he byte to be written is the eight low-order bits of the argument b.
append(byte[]) - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Append a stream, to be encoded at the current end of the byte array.
append(ByteArrayEncoder) - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Append a string, to be encoded at the current end of the byte array.
append(int) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Append bytes to the current query.
append(byte[]) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Append bytes to the current query.
append(byte[], int, int) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Append bytes to the current query.
append(String) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
write a string to the current HTTP request.
append(ByteArrayEncoder) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Appends a string to the current HTTP request.
appendEndPropertyList() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Finish a property list.
appendEndPropertyList() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Finish a property list.
appendFileProperties(ByteArrayEncoder, int) - Method in class wjhk.jupload2.filedata.DefaultFileData
Called during the upload, by the FileUploadThread.
appendFileProperties(ByteArrayEncoder, int) - Method in interface wjhk.jupload2.filedata.FileData
Called during the upload, by the FileUploadThread.
appendFileProperties(ByteArrayEncoder, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
appendFileProperties(ByteArrayEncoder, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Called during the upload, by the FileUploadThread.
appendFileProperties(ByteArrayEncoder, int) - Method in class wjhk.jupload2.upload.UploadFileData
Called during the upload, by the FileUploadThread.
appendFormVariables(String) - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Add to the current encoder all properties contained in the given HTML form.
appendFormVariables(String) - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Add to the current encoder all properties contained in the given HTML form.
appendTextProperty(String, String, int) - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Append a property, name and value.
appendTextProperty(String, String, int) - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Append a property, name and value.
approveSelection() - Method in class wjhk.jupload2.gui.JUploadFileChooser
This method is called when the file chooser is closed.
ascending - Variable in class wjhk.jupload2.gui.filepanel.ColumnComparator
 
ASCENDING - Static variable in class wjhk.jupload2.gui.filepanel.SortArrowIcon
Draw arrow, representing ascending sort order.
attachObject(Object) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
This method searches in the hierarchy of files and folder to upload, the node which contains this file.
attachObject(Object) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Attach a new Object into the current hierarchy.
AudioFileData - Class in wjhk.jupload2.filedata
Deprecated.
AudioFileData(File, UploadPolicy) - Constructor for class wjhk.jupload2.filedata.AudioFileData
Deprecated.
Creates a new instance.

B

beforeRetry() - Method in class wjhk.jupload2.upload.UploadFileData
Clean any local resources, to allow retrying to upload this file.
beforeUpload(String) - Method in class wjhk.jupload2.filedata.DefaultFileData
Prepare the fileData to upload.
beforeUpload(String) - Method in interface wjhk.jupload2.filedata.FileData
Prepare the fileData to upload.
beforeUpload(String) - Method in class wjhk.jupload2.filedata.PictureFileData
If this pictures needs transformation, a temporary file is created.
beforeUpload(String) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
beforeUpload(String) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Prepare the fileData to upload.
beforeUpload() - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
This method checks that an album id has been given, and then stores the number of files that are to be uploaded, before upload, then call its superclass.
beforeUpload() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
beforeUpload() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
beforeUpload() - Method in interface wjhk.jupload2.policies.UploadPolicy
Execute any action, that must be done before upload.
beforeUpload(String) - Method in class wjhk.jupload2.upload.UploadFileData
Prepare the fileData to upload.
buildCookieHeader(URL) - Method in class wjhk.jupload2.upload.helper.CookieJar
Builds a RFC 2109 compliant client cookie header for the specified URL.
ByteArrayEncoder - Interface in wjhk.jupload2.upload.helper
This interface contains all technical methods to encode data, into a given character encoding.
ByteArrayEncoderHTTP - Class in wjhk.jupload2.upload.helper
This class is a utility, which provide easy encoding for HTTP queries.
ByteArrayEncoderHTTP(UploadPolicy) - Constructor for class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Create an encoder, using the DEFAULT_ENCODING encoding.
ByteArrayEncoderHTTP(UploadPolicy, String) - Constructor for class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Create an encoder, and specifies the encoding to use.
ByteArrayEncoderHTTP(UploadPolicy, String, String) - Constructor for class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Create an encoder, and specifies the boundary and encoding to use.

C

calculateMD5Sum() - Method in class wjhk.jupload2.filedata.DefaultFileData
Calculate the MD5Sum for the transformed file, or the original if no transformation should be done on the file, before upload.
canAdd(UploadFileData) - Method in class wjhk.jupload2.upload.UploadFilePacket
Checks if this packet can accept this file, according to the current UploadPolicy.
canRead - Variable in class wjhk.jupload2.filedata.DefaultFileData
Indicates whether the applet can read this file or not.
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.gui.filepanel.treeview.FileDataNode
 
canRead() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Indicate if this file can be read.
canRead() - Method in class wjhk.jupload2.gui.filepanel.treeview.RootNode
 
canRead() - Method in class wjhk.jupload2.upload.UploadFileData
Indicate if this file can be read.
checkClientTrusted(X509Certificate[], String) - Method in class wjhk.jupload2.upload.helper.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.helper.InteractiveTrustManager
 
checkUploadSuccess(int, String, String) - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
 
checkUploadSuccess(int, String, String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
The default behavior (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.
cleanHierarchy() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Removes empty folders in the TreeView hierarchy.
cleanHierarchy() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Removes empty folders in the TreeView hierarchy.
cleanHierarchy() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
cleanHierarchy(T) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
Cleans the hierarchy behind a given node.
cleanHierarchy() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
This method removes all empty folders.
clearBarContent() - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
Clean all bar content.
clearCommand() - Method in class wjhk.jupload2.context.JavascriptHandler
Synchronized method allows for safely clearing jsCommand string
clearLogWindow() - Method in interface wjhk.jupload2.gui.JUploadPanel
Clear the current log window content.
clearLogWindow() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Clear the current log window content.
clearSelection() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Clears the current selection of the JTable.
clearSelection() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Clear the current selection in the JTable.
CLIENT - Static variable in class wjhk.jupload2.upload.helper.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.
close() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Closes the encoding writer, and prepares the encoded length and byte array.
close() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
 
close() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
This method is the override of OutputStream.close() one.
COLINDEX_DIRECTORY - Static variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
The default colum indices of the columns, as displayed by the applet.
COLINDEX_MODIFIED - Static variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
The default colum indices of the columns, as displayed by the applet.
COLINDEX_NAME - Static variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
The default colum indices of the columns, as displayed by the applet.
COLINDEX_SIZE - Static variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
The default colum indices of the columns, as displayed by the applet.
COLOR_ALPHA - Static variable in class wjhk.jupload2.policies.SilverpeasUploadPolicy
 
COLOR_BLUE - Static variable in class wjhk.jupload2.policies.SilverpeasUploadPolicy
 
COLOR_GREEN - Static variable in class wjhk.jupload2.policies.SilverpeasUploadPolicy
 
COLOR_RED - Static variable in class wjhk.jupload2.policies.SilverpeasUploadPolicy
 
columnClasses - Variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
ColumnComparator - Class in wjhk.jupload2.gui.filepanel
Technical class, used to sort rows in the wjhk.jupload2.gui.FilePanelDataModel2 class.
ColumnComparator(int, boolean) - Constructor for class wjhk.jupload2.gui.filepanel.ColumnComparator
Creates a new instance.
columnEditable - Variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Indicates whether each column is editable or not.
columnNames - Variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
columnSizePercentage - Variable in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
This array indicates, for each column, the percentage of the available width it should use.
COMMAND_START_UPLOAD - Static variable in class wjhk.jupload2.context.JavascriptHandler
Command code, for upload.
compare(FileData, FileData) - Method in class wjhk.jupload2.gui.filepanel.ColumnComparator
 
componentHidden(ComponentEvent) - Method in class wjhk.jupload2.gui.DialogUploadRetry
componentHidden(ComponentEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Catches the hidden event on the JViewport.
componentHidden(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PictureDialog
componentHidden(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
componentMoved(ComponentEvent) - Method in class wjhk.jupload2.gui.DialogUploadRetry
componentMoved(ComponentEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Catches the moved event on the JViewport.
componentMoved(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PictureDialog
componentMoved(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
componentResized(ComponentEvent) - Method in class wjhk.jupload2.gui.DialogUploadRetry
componentResized(ComponentEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
When the size of the file list (actually the JViewport) changes, we adapt the size if the columns.
componentResized(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PictureDialog
componentResized(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
componentShown(ComponentEvent) - Method in class wjhk.jupload2.gui.DialogUploadRetry
componentShown(ComponentEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Catches the shown event on the JViewport.
componentShown(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PictureDialog
componentShown(ComponentEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
computeServerProtocol(UploadPolicy, String) - Static method in class wjhk.jupload2.upload.helper.HttpProtocolFinderThread
This static method is the entry point for this class.
confirmDialogStr(String, int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
confirmDialogStr(String, int) - Method in interface wjhk.jupload2.policies.UploadPolicy
Displays a MessageBox with a unique 'Ok' button, by calling the JOptionPane.showConfirmDialog(java.awt.Component, Object, String, int) method.
connect(URL, Proxy) - Method in class wjhk.jupload2.upload.helper.HttpConnect
Connects to a given URL.
connect(URL) - Method in class wjhk.jupload2.upload.helper.HttpConnect
Connects to a given URL automatically using a proxy.
contains(String) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Get the FileData representing a given file.
CookieJar - Class in wjhk.jupload2.upload.helper
This class implements a container for multiple cookies in a single domain.
CookieJar(UploadPolicy) - Constructor for class wjhk.jupload2.upload.helper.CookieJar
The creator for this class.
CoppermineUploadPolicy - Class in wjhk.jupload2.policies
Specific UploadPolicy for the coppermine picture gallery.
CoppermineUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.CoppermineUploadPolicy
 
copyLogWindow() - Method in interface wjhk.jupload2.gui.JUploadPanel
Copy the log window content into the clipboard.
copyLogWindow() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Copy the log window content into the clipboard.
copyLogWindow() - Method in class wjhk.jupload2.gui.JUploadTextArea
 
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) - 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) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
This methods actually returns a PictureFileData instance.
createFileData(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, JProgressBar, JButton, JButton, JUploadPanel) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
createProgressPanel(JProgressBar, JProgressBar, JButton, JButton, JUploadPanel) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method is called to create the progress panel.
createStatusBar(JLabel, JUploadPanel) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
createStatusBar(JLabel, JUploadPanel) - 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
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 class wjhk.jupload2.policies.SuperSimpleUploadPolicy
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'.
currentRequestIsFinished(UploadFilePacket) - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
This method is called when the server response for the upload indicates a success.
currentRequestIsFinished(UploadFilePacket) - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
CustomizedNbFilesPerRequestUploadPolicy - Class in wjhk.jupload2.policies
Deprecated.
This class is of no use, as it actually behaves exactly as the DefaultUploadPolicy.
CustomizedNbFilesPerRequestUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.CustomizedNbFilesPerRequestUploadPolicy
Deprecated.
 

D

daemonProperties - Variable in class wjhk.jupload2.context.JUploadContextExecutable
Content of the /conf/_deamon.properties file.
DateRenderer - Class in wjhk.jupload2.gui.filepanel
Technical class, used to display dates.
DateRenderer(UploadPolicy) - Constructor for class wjhk.jupload2.gui.filepanel.DateRenderer
Creates a new instance.
DebugDialog - Class in wjhk.jupload2.gui
A maximized modal dialog box, that display the selected picture.
DebugDialog(Frame, String, UploadPolicy) - Constructor for class wjhk.jupload2.gui.DebugDialog
Creates a new instance.
debugFile - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
The actual file, used for the debug log.
debugOk - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
This flag prevents endless repeats of opening the debug log, if that failed for some reason.
debugOut - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
This stream is used to store all information that could be useful, in case a problem occurs.
DEFAULT_AFTER_UPLOAD_TARGET - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "afterUploadTarget".
DEFAULT_AFTER_UPLOAD_URL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "afterUploadURL"
DEFAULT_ALBUM_ID - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "albumId".
DEFAULT_ALLOW_HTTP_PERSISTENT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "allowHttpPersisten".
DEFAULT_ALLOWED_FILE_EXTENSIONS - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "allowedFileExtensions".
DEFAULT_BROWSING_DIRECTORY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for the browsing window first: no specific directory.
DEFAULT_DATE_FORMAT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for date format when changing date/time variable to String.
DEFAULT_DEBUG_LEVEL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "debugLevel".
DEFAULT_FILE_CHOOSER_ICON_FROM_FILE_CONTENT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for applet parameter "fileChooserIconFromFileContent".
DEFAULT_FILE_CHOOSER_ICON_SIZE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for applet parameter "fileChooserIconSize".
DEFAULT_FILE_CHOOSER_IMAGE_PREVIEW - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for applet parameter "fileChooserImagePreview".
DEFAULT_FILE_FILTER_NAME - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for applet parameter "fileFilterName".
DEFAULT_FILE_LIST_VIEW_MODE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "fileListViewMode"
DEFAULT_FILENAME_ENCODING - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "filenameEncoding".
DEFAULT_FORMDATA - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "formdata"
DEFAULT_FTP_CREATE_DIRECTORY_STRUCTURE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for applet parameter "ftpCreateDirectoryStructure".
DEFAULT_FTP_TRANSFERT_BINARY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
FTP: binary or ascii mode
DEFAULT_FTP_TRANSFERT_PASSIVE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
FTP: passive or active mode
DEFAULT_HIGH_QUALITY_PREVIEW - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "highQualityPreview".
DEFAULT_HTTP_UPLOAD_PARAMETER_NAME - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "httpUploadParameterName".
DEFAULT_HTTP_UPLOAD_PARAMETER_TYPE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "httpUploadParameterName".
DEFAULT_KEEP_ORIG_EXTENSION - Static variable in interface wjhk.jupload2.policies.UploadPolicy
default value for parameter "keepOriginalFileExtensionForConvertedImages"
DEFAULT_LANG - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "lang".
DEFAULT_LOOK_AND_FEEL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "lookAndFeel".
DEFAULT_MAX_CHUNK_SIZE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "maxChunkSize".
DEFAULT_MAX_FILE_SIZE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "maxFileSize".
DEFAULT_MAX_HEIGHT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "maxPicHeight".
DEFAULT_MAX_WIDTH - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "maxPicWidth".
DEFAULT_NB_FILES_PER_REQUEST - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "maxPicHeight".
DEFAULT_PICTURE_COMPRESSION_QUALITY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "pictureCompressionQuality".
DEFAULT_PICTURE_TRANSMIT_METADATA - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "pictureCompressionQuality".
DEFAULT_POST_URL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "postURL".
DEFAULT_READ_COOKIE_FROM_NAVIGATOR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "readCookieFromNavigator".
DEFAULT_READ_USER_AGENT_FROM_NAVIGATOR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "readUserAgentFromNavigator".
DEFAULT_REAL_MAX_HEIGHT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "realMaxPicHeight".
DEFAULT_REAL_MAX_WIDTH - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "realMaxPicWidth".
DEFAULT_RETRY_MAX_NUMBER_OF - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "retryMaxNumberOf".
DEFAULT_RETRY_NB_SECONDS_BETWEEN - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "retryNbSecondsBetween".
DEFAULT_SEND_MD5_SUM - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for the sendMD5Sum applet parameter
DEFAULT_SERVER_PROTOCOL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "serverProtocol".
DEFAULT_SHOW_LOGWINDOW - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "showLogWindow".
DEFAULT_SHOW_STATUSBAR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "showStatusBar".
DEFAULT_SPECIFIC_HEADERS - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "sslVerifyCert"
DEFAULT_SSL_VERIFY_CERT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "sslVerifyCert"
DEFAULT_STORE_BUFFERED_IMAGE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "storeBufferedImage".
DEFAULT_STRING_UPLOAD_ERROR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "stringUploadError".
DEFAULT_STRING_UPLOAD_SUCCESS - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "stringUploadSuccess".
DEFAULT_STRING_UPLOAD_WARNING - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "stringUploadWarning".
DEFAULT_TARGET_PICTURE_FORMAT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "targetPictureFormat".
DEFAULT_UPLOAD_POLICY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "uploadPolicy".
DEFAULT_URL_TO_SEND_ERROR_TO - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Default value for parameter "urlToSendErrorTo".
DefaultFileData - Class in wjhk.jupload2.filedata
This class contains all data and methods for a file to upload.
DefaultFileData(File, UploadPolicy) - Constructor for class wjhk.jupload2.filedata.DefaultFileData
Standard constructor
DefaultFileUploadThread - Class in wjhk.jupload2.upload
This class is based on the FileUploadThread class.
DefaultFileUploadThread(String, BlockingQueue<UploadFilePacket>, UploadPolicy, FileUploadManagerThread) - Constructor for class wjhk.jupload2.upload.DefaultFileUploadThread
Creates a new instance.
DefaultJUploadContext - Class in wjhk.jupload2.context
The Jupload Context.
DefaultJUploadContext() - Constructor for class wjhk.jupload2.context.DefaultJUploadContext
 
defaultProperties - Variable in class wjhk.jupload2.context.JUploadContextExecutable
Content of the /conf/default_deamon.properties file.
DefaultUploadPolicy - Class in wjhk.jupload2.policies
This class implements all UploadPolicy methods.
DefaultUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.DefaultUploadPolicy
The main constructor : use default values, and the given postURL.
DELAY_FOR_UPDATE_OF_PROGRESS_BAR - Static variable in class wjhk.jupload2.upload.helper.ProgressBarManager
The delay between to updates of the progress bar, in ms.
deleteLog() - Method in class wjhk.jupload2.gui.DebugDialog
Delete the current log.
deleteLog() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Delete the current log.
deleteTransformedPictureFile() - Method in class wjhk.jupload2.filedata.PictureFileData
File.deleteOnExit() is pretty unreliable, especially in applets.
deleteWorkingCopyPictureFile() - Method in class wjhk.jupload2.filedata.PictureFileData
File.deleteOnExit() is pretty unreliable, especially in applets.
DESCENDING - Static variable in class wjhk.jupload2.gui.filepanel.SortArrowIcon
Draw arrow, representing descending sort order.
destroy() - Method in class wjhk.jupload2.JUploadApplet
 
DIALOG_MESSAGE_MAX_LINE_LENGTH - Static variable in class wjhk.jupload2.policies.DefaultUploadPolicy
Maximum number of characters allowed for a message that is displayed in a DialogBox
DialogPicturePanel - Class in wjhk.jupload2.gui.image
The picture for the PictureDialog.
DialogPicturePanel(PictureDialog, UploadPolicy, PictureFileData) - Constructor for class wjhk.jupload2.gui.image.DialogPicturePanel
 
DialogUploadRetry - Class in wjhk.jupload2.gui
This JDialog displays a message to the user, to allow him to accept or refuse a retry of an upload, when a 'resumable upload error' occurs.
DialogUploadRetry(Frame, JUploadException, int, UploadPolicy) - Constructor for class wjhk.jupload2.gui.DialogUploadRetry
Creates a new instance.
direction - Variable in class wjhk.jupload2.gui.filepanel.SortArrowIcon
 
displayDebug(String, int) - Method in class wjhk.jupload2.context.DefaultJUploadContext
displayDebug(String, int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
displayDebug(String, int) - Method in interface wjhk.jupload2.policies.UploadPolicy
log a debug message.
displayErr(String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
displayErr(Exception) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
displayErr(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
displayErr(String, Exception, int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
If debug is off, the log window may not be visible.
displayErr(String, Exception) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
If debug is off, the log window may not be visible.
displayErr(Exception) - Method in interface wjhk.jupload2.policies.UploadPolicy
log an error message, based on an exception.
displayErr(String, Exception, int) - Method in interface wjhk.jupload2.policies.UploadPolicy
log an error message, based on an exception.
displayErr(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
log an error message.
displayErr(String, Exception) - Method in interface wjhk.jupload2.policies.UploadPolicy
log an error message.
displayInfo(String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
displayInfo(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
displayInfo(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
log an info message.
displayMsg(String, String) - Method in class wjhk.jupload2.gui.JUploadTextArea
Add a string to the queue of string to be added to the logWindow.
displayParameterStatus() - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
 
displayParameterStatus() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
This method displays the applet parameter list, according to the current debugLevel.
displayParameterStatus() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
displayParameterStatus() - Method in interface wjhk.jupload2.policies.UploadPolicy
This method displays the applet parameter list, according to the current debugLevel.
displayURL(String, boolean) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
displayURL(String, boolean) - Method in interface wjhk.jupload2.context.JUploadContext
Displays a given URL, in the given target.
displayURL(String, boolean) - Method in class wjhk.jupload2.context.JUploadContextApplet
 
displayURL(String, boolean) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
displayWarn(String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
displayWarn(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
displayWarn(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
log a warning message.
dispose() - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Free all reserved resource by this helper.
dispose() - Method in class wjhk.jupload2.gui.DebugDialog
dispose all internal resources.
dispose() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Releases all reserved resources.
DnDListener - Class in wjhk.jupload2.gui
Our implementation of DND.
DnDListener(JUploadPanel, UploadPolicy) - Constructor for class wjhk.jupload2.gui.DnDListener
Creates a new instance.
doBrowse() - Method in interface wjhk.jupload2.gui.JUploadPanel
Reaction to a click on the browse button.
doBrowse() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Reaction to a click on the browse button.
doCommand(String) - Method in class wjhk.jupload2.context.JavascriptHandler
Method for passing a command (String) to be executed (asynchronously) by the run() method of this object's thread.
doRemove() - Method in interface wjhk.jupload2.gui.JUploadPanel
Reaction to a click on the remove button.
doRemove() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Reaction to a click on the remove button.
doRemoveAll() - Method in interface wjhk.jupload2.gui.JUploadPanel
Reaction to a click on the removeAll button.
doRemoveAll() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Reaction to a click on the removeAll button.
doStartUpload() - Method in interface wjhk.jupload2.gui.JUploadPanel
Reaction to a click on the upload button.
doStartUpload() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Reaction to a click on the upload button.
doStopUpload() - Method in interface wjhk.jupload2.gui.JUploadPanel
Reaction to a click on the stop button.
doStopUpload() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Reaction to a click on the stop button.
doWait() - Method in class wjhk.jupload2.context.JavascriptHandler
Synchronized method to enable call to wait()
dragEnter(DropTargetDragEvent) - Method in class wjhk.jupload2.gui.DnDListener
 
dragExit(DropTargetEvent) - Method in class wjhk.jupload2.gui.DnDListener
 
dragOver(DropTargetDragEvent) - Method in class wjhk.jupload2.gui.DnDListener
 
drop(DropTargetDropEvent) - Method in class wjhk.jupload2.gui.DnDListener
 
dropActionChanged(DropTargetDragEvent) - Method in class wjhk.jupload2.gui.DnDListener
 

E

EmptyApplet - Class in wjhk.jupload2
 
EmptyApplet() - Constructor for class wjhk.jupload2.EmptyApplet
 
emptyIcon - Static variable in class wjhk.jupload2.gui.JUploadFileView
An empty icon, having the good file size.
EXEC_STATUS_READY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicating that the applet is currently waiting for the user, to select files or start an uploading.
EXEC_STATUS_UPLOADING - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicating that the applet is currently uploading files

F

file - Variable in class wjhk.jupload2.filedata.DefaultFileData
file is the file about which this FileData contains data.
FileByFileUploadPolicy - Class in wjhk.jupload2.policies
Deprecated.
You can use the applet, without the uploadPolicy applet parameter, and put the nbFilesPerRequest to 1. It does the same...
FileByFileUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.FileByFileUploadPolicy
Deprecated.
 
FileData - Interface in wjhk.jupload2.filedata
This class contains all data and methods for a file to upload.
FileDataNode - Class in wjhk.jupload2.gui.filepanel.treeview
 
FileDataNode(FileData) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
FileDataTreeViewModel - Class in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
FileDataTreeViewModel(UploadPolicy, FilePanelFlatDataModel2) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
 
fileDir - Variable in class wjhk.jupload2.filedata.DefaultFileData
Cached file directory
fileFilterAccept(File) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
This method returns the response for the JUploadFileFilter.accept(File) which just calls this method.
fileFilterAccept(File) - Method in interface wjhk.jupload2.policies.UploadPolicy
This methods is called by the JUploadFileFilter.accept(File).
fileFilterGetDescription() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
fileFilterGetDescription() - Method in interface wjhk.jupload2.policies.UploadPolicy
Return a description for the FileFilter, according to the current upload policy.
fileModified - Variable in class wjhk.jupload2.filedata.DefaultFileData
Cached file modification time.
FilePanel - Interface in wjhk.jupload2.gui.filepanel
Defines the interface used in the applet, when dealing with the file panel.
FilePanel.FileListViewMode - Enum in wjhk.jupload2.gui.filepanel
This enumeration lists the available display modes, for the file list.
FilePanelFlatDataModel2 - Class in wjhk.jupload2.gui.filepanel
This class replaces FilePanelDataModel.
FilePanelFlatDataModel2(UploadPolicy) - Constructor for class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
FilePanelJFlatTable - Class in wjhk.jupload2.gui.filepanel
This class is the JTable that display file information to the users.
FilePanelJFlatTable(JUploadPanel, UploadPolicy) - Constructor for class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
Creates a new instance.
FilePanelTableImp - Class in wjhk.jupload2.gui.filepanel
Implementation of the FilePanel : it creates the FilePanelJFlatTable, and handles the necessary functionalities.
FilePanelTableImp(JUploadPanel, UploadPolicy) - Constructor for class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Creates a new instance.
FilePreparationThread - Class in wjhk.jupload2.upload
This thread is responsible for preparing all files for upload.
FilePreparationThread(BlockingQueue<UploadFileData>, FileUploadManagerThread, UploadPolicy) - Constructor for class wjhk.jupload2.upload.FilePreparationThread
 
fileRoot - Variable in class wjhk.jupload2.filedata.DefaultFileData
cached root of this file.
fileSize - Variable in class wjhk.jupload2.filedata.DefaultFileData
Cached file size
FilesTogetherUploadPolicy - Class in wjhk.jupload2.policies
Upload policy that is a simple box.
FilesTogetherUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.FilesTogetherUploadPolicy
The JUpload constructor for this upload policy.
FileUploadManagerThread - Interface in wjhk.jupload2.upload
 
FileUploadManagerThreadImpl - Class in wjhk.jupload2.upload
This class is responsible for managing the upload.
FileUploadManagerThreadImpl(UploadPolicy) - Constructor for class wjhk.jupload2.upload.FileUploadManagerThreadImpl
Standard constructor of the class.
FileUploadThread - Interface in wjhk.jupload2.upload
This interface defines the methods of the various FileUploadThread classes.
FileUploadThreadFTP - Class in wjhk.jupload2.upload
The FileUploadThreadFTP class is intended to extend the functionality of the JUpload applet and allow it to handle ftp:// addresses.
FileUploadThreadFTP(UploadPolicy, BlockingQueue<UploadFilePacket>, FileUploadManagerThread) - Constructor for class wjhk.jupload2.upload.FileUploadThreadFTP
Creates a new instance.
FileUploadThreadHTTP - Class in wjhk.jupload2.upload
This class implements the file upload via HTTP POST request.
FileUploadThreadHTTP(UploadPolicy, BlockingQueue<UploadFilePacket>, FileUploadManagerThread) - Constructor for class wjhk.jupload2.upload.FileUploadThreadHTTP
Creates a new instance.
fileViewGetIcon(File) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Returns null: the default icon is used.
fileViewGetIcon(File) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Returns an icon, calculated from the image content.
fileViewGetIcon(File) - Method in interface wjhk.jupload2.policies.UploadPolicy
finalize() - Method in class wjhk.jupload2.gui.image.PicturePanel
Is it really useful ??
fireTreeNodesChanged(Object, TreePath, int[], T[]) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
fireTreeNodesChanged(Object, TreePath, int[], T[]) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
This method must be called when one or more nodes are changed.
fireTreeNodesInserted(Object, TreePath, int[], T[]) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
fireTreeNodesInserted(Object, TreePath, int[], T[]) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
This method must be called when one or more nodes are changed.
fireTreeNodesRemoved(Object, TreePath, int[], T[]) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
fireTreeNodesRemoved(Object, TreePath, int[], T[]) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
This method must be called when one or more nodes are changed.
fireTreeStructureChanged(Object, TreePath, int[], T[]) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
fireTreeStructureChanged(Object, TreePath, int[], T[]) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
This method must be called when one or more nodes are changed.
flush() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Flushes the output stream.
focusTable() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Requests focus for the JTable.
focusTable() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
FolderNode - Class in wjhk.jupload2.gui.filepanel.treeview
 
FolderNode(UploadPolicy, MyTreeTableModel<TreeFileDataNode>, FilePanelFlatDataModel2) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.FolderNode
 
FolderNode(File, UploadPolicy, MyTreeTableModel<TreeFileDataNode>, FilePanelFlatDataModel2) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Creates a node, with no link to any parent.
formatFileSize(double, UploadPolicy) - Static method in class wjhk.jupload2.gui.filepanel.SizeRenderer
Format a number of bytes of a file size (or a number of uploaded bytes, or whatever), into a well formatted string, like 122mB.
formatFileUploadSpeed(double, UploadPolicy) - Static method in class wjhk.jupload2.gui.filepanel.SizeRenderer
Format a number of bytes into a well formatted string, like 122mB.
formatMessage(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Generation of a formatted error message, so that it can be displayed in a DialogBox.
freeMemory(String, UploadPolicy) - Static method in class wjhk.jupload2.filedata.PictureFileData
Free any available memory.
ftpPattern - Variable in class wjhk.jupload2.upload.FileUploadThreadFTP
This pattern defines the groups and pattern of the ftp syntax.

G

getAbsolutePath() - Method in class wjhk.jupload2.filedata.DefaultFileData
Returns the absolute path, as it will be sent during the upload.
getAbsolutePath() - Method in interface wjhk.jupload2.filedata.FileData
Returns the absolute path, as it will be sent during the upload.
getAbsolutePath() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getAbsolutePath(TreeFileDataNode) - Static method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Retrieves the Absolute Path of a node, within the current visible hierarchy.
getAbsolutePath() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Returns the absolute path, as it will be sent during the upload.
getAbsolutePath() - Method in class wjhk.jupload2.upload.UploadFileData
Returns the absolute path, as it will be sent during the upload.
getAbsoluteRoot() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
getAcceptedIssuers() - Method in class wjhk.jupload2.upload.helper.InteractiveTrustManager
 
getActionListener() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getActionListener() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getActionMap() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Allows to get standard action map, like paste action.
getAfterUploadTarget() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getAfterUploadTarget() - Method in interface wjhk.jupload2.policies.UploadPolicy
Return the target, specified as applet parameter "afterUploadTarget"
getAfterUploadURL() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getAfterUploadURL() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieves the current value for the afterUploadURL applet parameter.
getAllowedFileExtensions() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getAllowedFileExtensions() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieves the current value for allowedFileExtensions *
getAllowHttpPersistent() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getAllowHttpPersistent() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieves the current value for allowHttpPersistent
getApplet() - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getApplet() - Method in interface wjhk.jupload2.context.JUploadContext
Retrieves the current applet.
getApplet() - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
getApplet() - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
getAppletInfo() - Method in class wjhk.jupload2.JUploadApplet
 
getBoundary() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Gets the HTTP boundary, that separate the form variables.
getBoundary() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Gets the HTTP boundary, that separate the form variables.
getBoundary() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
 
getBrowseButton() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getBrowseButton() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getBufferedImage(boolean, BufferedImage) - Method in class wjhk.jupload2.filedata.helper.ImageHelper
This function resizes the picture, if necessary, according to the maxWidth and maxHeight, given to the ImageHelper constructor.
getBuildDate() - Method in class wjhk.jupload2.context.DefaultJUploadContext
getBuildDate() - Method in interface wjhk.jupload2.context.JUploadContext
 
getBuildNumber() - Method in class wjhk.jupload2.context.DefaultJUploadContext
getBuildNumber() - Method in interface wjhk.jupload2.context.JUploadContext
 
getByteArrayEncoder() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Return the current ByteArrayEncoder.
getCellEditorValue() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellEditor
 
getChild(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getChild(String) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getChild(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Get the child with the given index number, from the direct children of this node
getChild(String) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Get the child with the name, from the direct children of this node.
getChild(File) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
getChild(Object, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
getChild(int) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Get the child with the given index number, from the direct children of this node
getChild(String) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Get the child with the name, from the direct children of this node.
getChildCount() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getChildCount() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Returns the number of direct children for this node
getChildCount(Object) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
getChildCount() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Returns the number of direct children for this node
getChildren() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getChildren() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
 
getChildren() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Returns the list of direct children for this node
getClassNameAndClause() - Method in exception wjhk.jupload2.exception.JUploadException
Returns JUploadExceptionClassName:CauseClassName.
getColumnClass(int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
getColumnClass(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
Returns the type (class) of a column.
getColumnClass(int) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Returns the type (class) of a column.
getColumnClass(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
getColumnCount() - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
getColumnCount() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
Returns the number of available columns.
getColumnCount() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Returns the number of available columns.
getColumnCount() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
getColumnName(int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
getColumnName(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
Returns the column name.
getColumnName(int) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Returns the column name.
getColumnName(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
getColumnSizePercentage(int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Retrieves the default colum percentage size of a column, that is: its percentage of the available width.
getColumnSizePercentage(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
Retrieves the default colum percentage size of a column, that is: its percentage of the available width.
getColumnSizePercentage(int) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Retrieves the default colum percentage size of a column, that is: its percentage of the available width.
getContext() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getContext() - Method in interface wjhk.jupload2.policies.UploadPolicy
A useful function, that has nothing to do with an upload policy.
getCurrentBrowsingDirectory() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getCurrentBrowsingDirectory() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the current browsing directory, that is: the directory that will be current the next time the file chooser is opened.
getCursor() - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getCursor() - Method in interface wjhk.jupload2.context.JUploadContext
 
getCursor() - Method in class wjhk.jupload2.context.JUploadContextApplet
 
getCursor() - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
getDateFormat() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getDateFormat() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the currently choosen format for date.
getDebugLevel() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getDebugLevel() - Method in interface wjhk.jupload2.policies.UploadPolicy
This method returns the current debug level.
getDefaultEncoding() - Static method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
 
getDescription() - Method in class wjhk.jupload2.gui.JUploadFileFilter
 
getDescription(File) - Method in class wjhk.jupload2.gui.JUploadFileView
#see javax.swing.filechooser.FileView#getDescription(File))
getDetailedVersionMessage() - Method in class wjhk.jupload2.context.DefaultJUploadContext
getDetailedVersionMessage() - Method in interface wjhk.jupload2.context.JUploadContext
 
getDirectory() - Method in class wjhk.jupload2.filedata.DefaultFileData
Get the directory of the file.
getDirectory() - Method in interface wjhk.jupload2.filedata.FileData
Get the directory of the file.
getDirectory() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getDirectory() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Get the directory of the file.
getDirectory() - Method in class wjhk.jupload2.gui.filepanel.treeview.RootNode
 
getDirectory() - Method in class wjhk.jupload2.upload.UploadFileData
Get the directory of the file.
getDndListener() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getDndListener() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getDropComponent() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Return the component on which drop event can occur.
getDropComponent() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Return the component on which drop event can occur.
getEncodedByteArray() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Get the encoded result.
getEncodedByteArray() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Get the encoded result.
getEncodedFilename(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
returns the filename and encodes it, if necessary
getEncodedLength() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Get the length of the encoded result.
getEncodedLength() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Get the length of the encoded result.
getEncoding() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
 
getEncoding() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
getExtension(String) - Static method in class wjhk.jupload2.filedata.DefaultFileData
Returns the extension of the given file.
getFile() - Method in class wjhk.jupload2.filedata.DefaultFileData
Standard getter, for the file described by the FileData instance.
getFile() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getFile() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
 
getFile() - Method in class wjhk.jupload2.upload.UploadFileData
getFileChooserIconFromFileContent() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Getter for fileChooserIconFromFileContent.
getFileChooserIconFromFileContent() - Method in interface wjhk.jupload2.policies.UploadPolicy
Getter for the fileChooserIconFromFileContent applet parameter.
getFileChooserIconSize() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Getter for fileChooserIconSize.
getFileChooserIconSize() - Method in interface wjhk.jupload2.policies.UploadPolicy
Getter for the fileChooserIconSize applet parameter.
getFileChooserImagePreview() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Getter for fileChooserImagePreview.
getFileDataAt(Point) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Ask for the file contained below the specific point on the screen.
getFileDataAt(int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Ask for the file contained at specified row number.
getFileDataAt(Point) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
getFileExtension() - Method in class wjhk.jupload2.filedata.DefaultFileData
getFileExtension() - Method in interface wjhk.jupload2.filedata.FileData
 
getFileExtension() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getFileExtension() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
getFileExtension() - Method in class wjhk.jupload2.upload.UploadFileData
getFileFilterName() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getFileFilterName() - Method in interface wjhk.jupload2.policies.UploadPolicy
Getter for the fileFilterName property.
getFileLength() - Method in class wjhk.jupload2.filedata.DefaultFileData
getFileLength() - Method in interface wjhk.jupload2.filedata.FileData
 
getFileLength() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getFileLength() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
getFileLength() - Method in class wjhk.jupload2.upload.UploadFileData
getFileListMode() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Set the view mode, for the file list.
getFileListMode() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
getFileListViewMode() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getFileListViewMode() - Method in interface wjhk.jupload2.policies.UploadPolicy
Getter for the fileListViewMode applet parameter.
getFileName() - Method in class wjhk.jupload2.filedata.DefaultFileData
Get the original filename.
getFileName() - Method in interface wjhk.jupload2.filedata.FileData
Get the original filename.
getFileName() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getFilename(File) - Static method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Returns the filename of the file.
getFileName() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Get the original filename.
getFileName() - Method in class wjhk.jupload2.gui.filepanel.treeview.RootNode
 
getFileName() - Method in class wjhk.jupload2.upload.UploadFileData
Get the original filename.
getFilenameEncoding() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Deprecated.
getFilenameEncoding() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the encoding that should be used for the filename.
getFilePanel() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getFilePanel() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getFileRoot() - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Get the common Root of all files in the current list.
getFiles() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Retrieve all currently stored files.
getFiles() - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
getFiles() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
getFilesLength() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Retrieve the number of file entries in the JTable.
getFilesLength() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
getFileUploadManagerThread() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getFileUploadManagerThread() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getFormdata() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getFormdata() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve the applet's "formdata" parameter.
getFrame() - Method in class wjhk.jupload2.context.DefaultJUploadContext
 
getFrame() - Method in interface wjhk.jupload2.context.JUploadContext
Returns the current frame.
getFtpCreateDirectoryStructure() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getFtpCreateDirectoryStructure() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the current value for the ftpCreateDirectoryStructure applet parameter.
getFtpTransfertBinary() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getFtpTransfertBinary() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the current value for the ftpTransfertBinary applet parameter.
getFtpTransfertPassive() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getFtpTransfertPassive() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the current value for the ftpTransfertPassive applet parameter.
getGlobalStartTime() - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
 
getHighQualityPreview() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
gethttpStatusCode() - Method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Return the last read http response (200, in case of success).
getHttpUploadParameterName() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getHttpUploadParameterName() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve the applet's "httpUploadParameterName" parameter.
getHttpUploadParameterType() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getHttpUploadParameterType() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve the applet's "httpUploadParameterType" parameter.
getIcon(File) - Method in class wjhk.jupload2.gui.JUploadFileView
The fileChooserIconFromFileContent applet parameter defies which icon is to be returned here.
getIconHeight() - Method in class wjhk.jupload2.gui.filepanel.SortArrowIcon
 
getIconWidth() - Method in class wjhk.jupload2.gui.filepanel.SortArrowIcon
 
getImage(Canvas, boolean) - Method in class wjhk.jupload2.filedata.PictureFileData
This method creates a new Image, from the current picture.
getImageFileConversionInfo() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getImageIcon(File, int, int, UploadPolicy) - Static method in class wjhk.jupload2.filedata.PictureFileData
Returns an ImageIcon for the given file, resized according to the given dimensions.
getImageMetadata(int) - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Load the metadata associated with one picture in the picture file.
getIndexOfChild(Object, Object) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
This is normally not called
getInputStream() - Method in class wjhk.jupload2.filedata.DefaultFileData
This function creates an InputStream from this file.
getInputStream() - Method in interface wjhk.jupload2.filedata.FileData
This function creates an InputStream from this file.
getInputStream() - Method in class wjhk.jupload2.filedata.PictureFileData
This function create an input stream for this file.
getInputStream() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getInputStream() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
This function creates an InputStream from this file.
getInputStream() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
get the input stream, where HTTP server response can be read.
getInputStream() - Method in class wjhk.jupload2.upload.UploadFileData
This function creates an InputStream from this file.
getIntArray(int...) - Static method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
 
getItemArray(TreeFileDataNode...) - Static method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
 
getJComponent() - Method in interface wjhk.jupload2.gui.JUploadPanel
Returns the awt container, that contains all the objects of the GUI.
getJComponent() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Returns the awt container, that contains all the objects of the GUI.
getJLogWindowPane() - Method in interface wjhk.jupload2.gui.JUploadPanel
The component that contains the log window.
getJLogWindowPane() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
The component that contains the log window.
getKeepOrigExtension() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getKeyManagers() - Method in class wjhk.jupload2.upload.helper.InteractiveTrustManager
Retrieve key managers.
getLastException() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getLastException() - Method in interface wjhk.jupload2.policies.UploadPolicy
Indicates that an error occurs.
getLastModified() - Method in class wjhk.jupload2.context.DefaultJUploadContext
getLastModified() - Method in interface wjhk.jupload2.context.JUploadContext
 
getLastModified() - Method in class wjhk.jupload2.filedata.DefaultFileData
getLastModified() - Method in interface wjhk.jupload2.filedata.FileData
 
getLastModified() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getLastModified() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
getLastModified() - Method in class wjhk.jupload2.gui.filepanel.treeview.RootNode
 
getLastModified() - Method in class wjhk.jupload2.upload.UploadFileData
getLastResponseBody() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getLastResponseBody() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve the body of the last server response.
getLastResponseMessage() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getLastResponseMessage() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve the status/error message of the last server response.
getLocale() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Returns the current locale.
getLocale() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the current locale.
getLocalizedString(String, Object...) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getLocalizedString(String, Object...) - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve a lang string, based on the file cointained in the wjhk.jupload2.lang package.
getLocation() - Method in exception wjhk.jupload2.exception.JUploadException
Retrieves the human readable location of this exception (Class.method, filename, linenumber)
getLogWindow() - Method in class wjhk.jupload2.context.DefaultJUploadContext
Retrieves the current log window of this applet.
getLogWindow() - Method in interface wjhk.jupload2.context.JUploadContext
Retrieves the current log window of this applet.
getLogWindow() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Get the log window, that is: the component where messages (debug, info, error...) are written.
getLookAndFeel() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getMaxChunkSize() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getMaxChunkSize() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the value of the applet parameter maxChunkSize (see above for a description of all applet parameters)
getMaxFileSize() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getMaxFileSize() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the value of the applet parameter maxFileSize (see above for a description of all applet parameters)
getMaxHeight() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getMaxWidth() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getMD5() - Method in class wjhk.jupload2.filedata.DefaultFileData
Retrieves the MD5 sum of the file.
getMD5() - Method in interface wjhk.jupload2.filedata.FileData
Retrieves the MD5 sum of the file.
getMD5() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getMD5() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Retrieves the MD5 sum of the file.
getMD5() - Method in class wjhk.jupload2.upload.UploadFileData
Retrieves the MD5 sum of the file.
getMessage() - Method in exception wjhk.jupload2.exception.JUploadEOFException
 
getMessage() - Method in class wjhk.jupload2.policies.SilverpeasUploadPolicy
Loads the message from the specified URL.
getMethod() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Get the HTTP method (HEAD, POST, GET...)
getMimeType(String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Returns the mime type associated with the given file extension.
getMimeType(String) - Method in interface wjhk.jupload2.context.JUploadContext
Returns the mime type associated with the given file extension.
getMimeType() - Method in class wjhk.jupload2.filedata.DefaultFileData
This function return the FileData content type.
getMimeType() - Method in interface wjhk.jupload2.filedata.FileData
This function return the FileData content type.
getMimeType() - Method in class wjhk.jupload2.filedata.PictureFileData
 
getMimeType() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getMimeType() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
This function return the FileData content type.
getMimeType() - Method in class wjhk.jupload2.upload.UploadFileData
This function return the FileData content type.
getMouseListener() - Method in interface wjhk.jupload2.gui.JUploadPanel
The component that manages the mouse.
getMouseListener() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
The component that manages the mouse.
getName(File) - Method in class wjhk.jupload2.gui.JUploadFileView
getNbFilesPerRequest() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getNbFilesPerRequest() - Method in interface wjhk.jupload2.policies.UploadPolicy
This function returns the number of files should be uploaded during one access to the server.
getNbFilesToSend() - Method in class wjhk.jupload2.upload.FilePreparationThread
 
getNbPreparedFiles() - Method in class wjhk.jupload2.upload.FilePreparationThread
 
getNbTotalNumberOfPreparedBytes() - Method in class wjhk.jupload2.upload.FilePreparationThread
 
getNbUploadedBytes() - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
 
getNumImages(boolean) - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Call to imageReader.getNumImages(boolean).
getNumOfFileInCurrentUpload() - Method in class wjhk.jupload2.upload.UploadFileData
 
getOriginalHeight() - Method in class wjhk.jupload2.filedata.PictureFileData
 
getOriginalWidth() - Method in class wjhk.jupload2.filedata.PictureFileData
 
getOutputStream() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
get the output stream, where HTTP data can be written.
getPacketQueue() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
 
getPacketQueue() - Method in interface wjhk.jupload2.upload.FileUploadThread
 
getParameter(String, String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getParameter(String, int) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getParameter(String, float) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getParameter(String, long) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getParameter(String, boolean) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getParameter(String, FilePanel.FileListViewMode) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
getParameter(String, String) - Method in interface wjhk.jupload2.context.JUploadContext
Get a String parameter value from applet properties or System properties.
getParameter(String, int) - Method in interface wjhk.jupload2.context.JUploadContext
Get a String parameter value from applet properties or System properties.
getParameter(String, float) - Method in interface wjhk.jupload2.context.JUploadContext
Get a String parameter value from applet properties or System properties.
getParameter(String, long) - Method in interface wjhk.jupload2.context.JUploadContext
Get a String parameter value from applet properties or System properties.
getParameter(String, boolean) - Method in interface wjhk.jupload2.context.JUploadContext
Get a boolean parameter value from applet properties or System properties.
getParameter(String, FilePanel.FileListViewMode) - Method in interface wjhk.jupload2.context.JUploadContext
Get a FilePanel.FileListViewMode parameter value from applet properties or System properties.
getParameter(String, String) - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
getParameter(String, int) - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
getParameter(String, float) - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
getParameter(String, long) - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
getParameter(String, boolean) - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
getParameter(String, FilePanel.FileListViewMode) - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
getParameter(String, String) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Get a String parameter value from applet properties or System properties.
getParameter(String, int) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
getParameter(String, float) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
getParameter(String, long) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
getParameter(String, boolean) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
getParameter(String, FilePanel.FileListViewMode) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
getParameterInfo() - Method in class wjhk.jupload2.JUploadApplet
 
getParent() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getParent() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Returns the parent for this node.
getParent() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Returns the parent for this node.
getPictureCompressionQuality() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getPictureTransmitMetadata() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getPostURL() - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
 
getPostURL() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getPostURL() - Method in interface wjhk.jupload2.policies.UploadPolicy
Get the target URL for upload.
getPreparationProgressBar() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getPreparationProgressBar() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getProtocol() - Method in class wjhk.jupload2.upload.helper.HttpConnect
Retrieve the protocol to be used for the postURL of the current policy.
getReadCookieFromNavigator() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getReadCookieFromNavigator() - Method in interface wjhk.jupload2.policies.UploadPolicy
Return the current value of readCookieFromNavigator
getReadUserAgentFromNavigator() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getReadUserAgentFromNavigator() - Method in interface wjhk.jupload2.policies.UploadPolicy
Return the current value of readUserAgentFromNavigator
getRealMaxHeight() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getRealMaxWidth() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getRelativeDir() - Method in class wjhk.jupload2.filedata.DefaultFileData
Retrieves the path of this file relative to the root directory
getRelativeDir() - Method in interface wjhk.jupload2.filedata.FileData
Retrieves the path of this file relative to the root directory
getRelativeDir() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getRelativeDir() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Retrieves the path of this file relative to the root directory
getRelativeDir() - Method in class wjhk.jupload2.upload.UploadFileData
Retrieves the path of this file relative to the root directory
getRemoveAllButton() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getRemoveAllButton() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getRemoveButton() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getRemoveButton() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getResponseBody() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Return the the body for the server response.
getResponseBody() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Get the last response body.
getResponseBody() - Method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Get the last response bytearrayResponseBody.
getResponseBodyAsByteArray() - Method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Get the last response bytearrayResponseBody.
getResponseCharset() - Method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Get the charset that should be used to decode the last response, when using the HTTPInputStreamReader.getResponseBodyAsByteArray() method.
getResponseHeaders() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Get the headers of the HTTP response.
getResponseHeaders() - Method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Get the headers of the HTTP response.
getResponseMsg() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Get the server Output.
getResponseMsg() - Method in interface wjhk.jupload2.upload.FileUploadThread
Get the server response message.
getResponseMsg() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Get the last response message.
getResponseMsg() - Method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Get the last response message.
getRetryMaxNumberOf() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getRetryMaxNumberOf() - Method in interface wjhk.jupload2.policies.UploadPolicy
Return the current value of retryMaxNumberOf
getRetryNbSecondsBetween() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getRetryNbSecondsBetween() - Method in interface wjhk.jupload2.policies.UploadPolicy
Return the current value of retryNbSecondsBetween
getRoot(List<? extends FileData>) - Static method in class wjhk.jupload2.filedata.DefaultFileData
Return the 'biggest' common ancestror of the given file array.
getRoot() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
getRoot() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Get the visible root of the JTree view.
getRow(FileData) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Returns the row number, for the given fileData, in the current list.
getRowCount() - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
getRowCount() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
getSendMD5Sum() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getSendMD5Sum() - Method in interface wjhk.jupload2.policies.UploadPolicy
MD5Sum allows the server to control that the file has been correctly uploaded.
getServerProtocol() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getServerProtocol() - Method in interface wjhk.jupload2.policies.UploadPolicy
HTTP protocol that should be used to send the HTTP request.
getShowLogWindow() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getShowLogWindow() - Method in interface wjhk.jupload2.policies.UploadPolicy
Indicate whether the log window should be shown.
getSortedColumnIndex() - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
Retrieve the currently sorted column.
getSpecificHeaders() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getSpecificHeaders() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the list of specific headers, that will be added to all HTTP request to the server.
getSslVerifyCert() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getSslVerifyCert() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieves SSL verification mode.
getState() - Method in interface wjhk.jupload2.upload.FileUploadThread
 
getStatusLabel() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getStatusLabel() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getStatusLabel() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Get the label describing the current state of this connection helper.
getStopButton() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getStopButton() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getString() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
Get the String that matches the encoded result.
getString() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
Get the String that matches the encoded result.
getStringUploadError() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getStringUploadError() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve the regular expression that will be tested against each line of the server answer.
getStringUploadSuccess() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getStringUploadSuccess() - Method in interface wjhk.jupload2.policies.UploadPolicy
Get the regular expression that will be tested against each line of the server answer.
getStringUploadWarning() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getStringUploadWarning() - Method in interface wjhk.jupload2.policies.UploadPolicy
Retrieve the regular expression that will be tested against each line of the server answer.
getSubfolderOrCreateIt(File) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
This method checks if this the given subfolder has already been created.
getSvnProperties() - Static method in class wjhk.jupload2.context.DefaultJUploadContext
Helper function, to get the Revision number, if available.
getSvnRevision() - Method in class wjhk.jupload2.context.DefaultJUploadContext
getSvnRevision() - Method in interface wjhk.jupload2.context.JUploadContext
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class wjhk.jupload2.gui.filepanel.DateRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class wjhk.jupload2.gui.filepanel.NameRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class wjhk.jupload2.gui.filepanel.SizeRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class wjhk.jupload2.gui.filepanel.SortHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellRenderer
Liefert den Renderer mit der passenden Hintergrundfarbe zurueck.
getTargetFormat(String) - Method in class wjhk.jupload2.filedata.helper.ImageFileConversionInfo
returns the target format for the given sourceFormat.
getTargetFormatOrNull(String) - Method in class wjhk.jupload2.filedata.helper.ImageFileConversionInfo
returns the target format (in lowercase) for the given sourceFormat or null if no conversion is necessary (or if sourceFormat is null)
getTargetPictureFormat() - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
returns the target picture format (lowercase, may be the same as the file extension)
getTargetPictureFormat() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getTotalChildCount() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getTotalChildCount() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
 
getTotalChildCount() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Returns the number of children (direct children children of children...) for this node
getTotalFileBytesToSend() - Method in class wjhk.jupload2.upload.FilePreparationThread
Returns the total number of bytes to upload.
getTransferHandler() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getTree() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
getTree() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTable
 
getTreeFileDataNode() - Method in class wjhk.jupload2.filedata.DefaultFileData
 
getTreeFileDataNode() - Method in interface wjhk.jupload2.filedata.FileData
Links this FileData to the associated TreeFileDataNode, from the hierarchical view.
getTreeFileDataNode() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getTreeFileDataNode() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Links this FileData to the associated TreeFileDataNode, from the hierarchical view.
getTreeFileDataNode() - Method in class wjhk.jupload2.upload.UploadFileData
 
getTreePath() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getTreePath() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Get the TreePath for this node, in the hierarchy.
getTreePath(T) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
getTreePath() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Get the TreePath for this node, in the hierarchy.
getTreePath(T) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
This method build a TreePath for the given item.
getTreePathForObject(Object) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
Get the TreePath for the given object.
getTreePathForObject(Object) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Get the TreePath for the given object.
getTreePathFromFile(File, boolean) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
Returns the TreePath for the given File.
getTrustManagers() - Method in class wjhk.jupload2.upload.helper.InteractiveTrustManager
Retrieve trust managers.
getTypeDescription(File) - Method in class wjhk.jupload2.gui.JUploadFileView
getUploadButton() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getUploadButton() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getUploadDuration() - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
 
getUploadException() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Get the last upload exception that occurs.
getUploadException() - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
getUploadFilename(FileData, int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getUploadFilename(FileData, int) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
getUploadFilename(FileData, int) - Method in interface wjhk.jupload2.policies.UploadPolicy
Get the original name of the file on the disk.
getUploadFilename(int) - Method in class wjhk.jupload2.upload.UploadFileData
Retrieves the file name, that should be used in the server application.
getUploadFlag() - Method in class wjhk.jupload2.filedata.DefaultFileData
Indicates whether the check box is checked or not.
getUploadFlag() - Method in interface wjhk.jupload2.filedata.FileData
Indicates whether the check box is checked or not.
getUploadFlag() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getUploadFlag() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Indicates whether the check box is checked or not.
getUploadFlag() - Method in class wjhk.jupload2.upload.UploadFileData
The upload floag is not managed here.
getUploadLength() - Method in class wjhk.jupload2.filedata.DefaultFileData
Get size of upload, which may be different from the actual file length.
getUploadLength() - Method in interface wjhk.jupload2.filedata.FileData
Get size of upload, which may be different from the actual file length.
getUploadLength() - Method in class wjhk.jupload2.filedata.PictureFileData
Returns the number of bytes, for this upload.
getUploadLength() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
getUploadLength() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Get size of upload, which may be different from the actual file length.
getUploadLength() - Method in class wjhk.jupload2.upload.UploadFileData
This methods stores locally the upload length.
getUploadName(FileData, int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getUploadName(FileData, int) - Method in interface wjhk.jupload2.policies.UploadPolicy
Get an upload filename, that is to be send in the HTTP upload request.
getUploadName(int) - Method in class wjhk.jupload2.upload.UploadFileData
Retrieves the upload file name, that should be sent to the server.
getUploadPanel() - Method in class wjhk.jupload2.context.DefaultJUploadContext
Retrieves the current upload panel.
getUploadPanel() - Method in interface wjhk.jupload2.context.JUploadContext
Retrieves the current upload panel.
getUploadPolicy() - Method in class wjhk.jupload2.context.DefaultJUploadContext
Retrieves the current upload policy.
getUploadPolicy() - Method in interface wjhk.jupload2.context.JUploadContext
This method the current UploadPolicy, associated with the current execution context.
getUploadPolicy(JUploadContext) - Static method in class wjhk.jupload2.policies.UploadPolicyFactory
Returns an upload Policy for the given applet and URL.
getUploadProgressBar() - Method in interface wjhk.jupload2.gui.JUploadPanel
 
getUploadProgressBar() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
getUrlToSendErrorTo() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
getUrlToSendErrorTo() - Method in interface wjhk.jupload2.policies.UploadPolicy
Returns the current URL where error log must be posted.
getValueAt(int, int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
 
getValueAt(TreeFileDataNode, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
Returns the value of a node in a column.
getValueAt(T, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
getValueAt(T, int) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Returns the value of a node in a column.
getValueAt(int, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
getVersion() - Method in class wjhk.jupload2.context.DefaultJUploadContext
getVersion() - Method in interface wjhk.jupload2.context.JUploadContext
 
getWorkingSourceFile() - Method in class wjhk.jupload2.filedata.PictureFileData
Get the file that contains the original picture.

H

handle(Callback[]) - Method in class wjhk.jupload2.upload.helper.InteractiveTrustManager
 
hasToTransformPicture() - Method in class wjhk.jupload2.filedata.helper.ImageHelper
This function indicate if the picture has to be modified.
height - Variable in class wjhk.jupload2.gui.filepanel.SortArrowIcon
 
HttpConnect - Class in wjhk.jupload2.upload.helper
This class implements the task of connecting to a HTTP(S) url using a proxy.
HttpConnect(UploadPolicy) - Constructor for class wjhk.jupload2.upload.helper.HttpConnect
Creates a new instance.
HTTPConnectionHelper - Class in wjhk.jupload2.upload.helper
This class contains utilities to delegate network manipulation.
HTTPConnectionHelper(UploadPolicy) - Constructor for class wjhk.jupload2.upload.helper.HTTPConnectionHelper
The standard constructor for this class.
HTTPConnectionHelper(URL, String, boolean, boolean, UploadPolicy) - Constructor for class wjhk.jupload2.upload.helper.HTTPConnectionHelper
The standard constructor for this class.
HTTPInputStreamReader - Class in wjhk.jupload2.upload.helper
A helper, to read the response coming from the server.
HTTPInputStreamReader(HTTPConnectionHelper, UploadPolicy) - Constructor for class wjhk.jupload2.upload.helper.HTTPInputStreamReader
The standard constructor: does nothing !
HttpProtocolFinderThread - Class in wjhk.jupload2.upload.helper
This Thread executes a HEAD request to the server.
HttpProtocolFinderThread(UploadPolicy, String) - Constructor for class wjhk.jupload2.upload.helper.HttpProtocolFinderThread
 
httpUploadParameterName - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
Default value for the httpUploadParameterName applet parameter
httpUploadParameterType - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
Default value for the httpUploadParameterType applet parameter
HTTPUPLOADPARAMETERTYPE_ARRAY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicates that, in the HTTP upload request, the parameter that containts the uploaded files is an Iteration.
HTTPUPLOADPARAMETERTYPE_ITERATION - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicates that, in the HTTP upload request, the parameter that containts the uploaded files is an Iteration.
HTTPUPLOADPARAMETERTYPE_ONE_FILE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicates that, in the HTTP upload request, there will be only one file.

I

ImageFileConversionInfo - Class in wjhk.jupload2.filedata.helper
this class is used to parse the UploadPolicy.PROP_TARGET_PICTURE_FORMAT parameter and provide easy access to the conversions all file extensions are case-insensitive jpg and jpeg are distinct!
ImageFileConversionInfo(String) - Constructor for class wjhk.jupload2.filedata.helper.ImageFileConversionInfo
will build a new ImageFileConversionInfo object for the given conversionList.
ImageHelper - Class in wjhk.jupload2.filedata.helper
Class that contains various utilities about picture, mainly about picture transformation.
ImageHelper(PictureUploadPolicy, PictureFileData, int, int, int) - Constructor for class wjhk.jupload2.filedata.helper.ImageHelper
Standard constructor.
ImageReaderWriterHelper - Class in wjhk.jupload2.filedata.helper
This package provides low level methods, for picture management.
ImageReaderWriterHelper(PictureUploadPolicy, PictureFileData) - Constructor for class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Standard constructor.
imageUpdate(Image, int, int, int, int, int) - Method in class wjhk.jupload2.filedata.helper.ImageHelper
Implementation of the ImageObserver interface.
imageUpdate(Image, int, int, int, int, int) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Implementation of the ImageObserver interface
index - Variable in class wjhk.jupload2.gui.filepanel.ColumnComparator
 
init(Frame, RootPaneContainer) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Reaction on the start of the applet: creation of each specific item of the GUI, and the upload policy.
init() - Method in class wjhk.jupload2.JUploadApplet
Called each time the applet is shown on the web page.
initRequest(URL, String, boolean, boolean) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
The standard constructor for this class.
insert(String, int) - Method in class wjhk.jupload2.gui.JUploadTextArea
This call must be synchronized, so that there is no interaction with the LogMessageThread thread.
InteractiveTrustManager - Class in wjhk.jupload2.upload.helper
An implementation of X509TrustManager which can operate in different modes.
InteractiveTrustManager(UploadPolicy, String, String) - Constructor for class wjhk.jupload2.upload.helper.InteractiveTrustManager
Create a new instance.
interrupt() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Check if the thread is running...
interrupt() - Method in interface wjhk.jupload2.upload.FileUploadThread
This method is created in this interface, and is implemented by DefaultFileUploadThread, as this class is a subclass of Thread.
isAlive() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Check if the thread is running...
isAlive() - Method in interface wjhk.jupload2.upload.FileUploadThread
This method is created in this interface, and is implemented by DefaultFileUploadThread, as this class is a subclass of Thread.
isCellEditable(int, int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Always return false here : no editable cell.
isCellEditable(TreeFileDataNode, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
 
isCellEditable(EventObject) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellEditor
 
isCellEditable(T, int) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Check if a cell of a node in one column is editable.
isCellEditable(int, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
isClosed() - Method in interface wjhk.jupload2.upload.helper.ByteArrayEncoder
 
isClosed() - Method in class wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP
isFileAPicture(File) - Static method in class wjhk.jupload2.filedata.PictureFileData
Indicates whether a file is a picture or not.
isFull() - Method in class wjhk.jupload2.upload.UploadFilePacket
Indicates whether it is possible to add a file or not, to this packet, according to the current upload policy.
isLeaf() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
isLeaf() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Indicates whether this node has children or not ('terminal' node)
isLeaf(Object) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
isLeaf() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Indicates whether this node has children or not ('terminal' node)
isPicture() - Method in class wjhk.jupload2.filedata.PictureFileData
Indicates if this file is actually a picture or not.
isPoisonned() - Method in class wjhk.jupload2.upload.UploadFileData
 
isPoisonned() - Method in class wjhk.jupload2.upload.UploadFileDataPoisonned
 
isPoisonned() - Method in class wjhk.jupload2.upload.UploadFilePacket
 
isPoisonned() - Method in class wjhk.jupload2.upload.UploadFilePacketPoisonned
 
isPreparedForUpload() - Method in class wjhk.jupload2.filedata.DefaultFileData
Indicates whether the file can be uploaded or not.
isPreparedForUpload() - Method in interface wjhk.jupload2.filedata.FileData
Indicates whether the file can be uploaded or not.
isPreparedForUpload() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
isPreparedForUpload() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Indicates whether the file can be uploaded or not.
isPreparedForUpload() - Method in class wjhk.jupload2.upload.UploadFileData
Indicates whether the file can be uploaded or not.
isRetryValidated() - Method in class wjhk.jupload2.gui.DialogUploadRetry
This method allows the caller, to know if the retry of the last upload should be executed.
isSortable(int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Return true if this column can be sorted.
isSortedColumnAscending() - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
Retrieve the current sort order.
isTraversable(File) - Method in class wjhk.jupload2.gui.JUploadFileView
isUploadFinished() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Indicates whether the upload is finished or not.
isUploadFinished() - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
isUploadStopped() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Indicates if the upload has been stopped by the user, or by any upload error.
isUploadStopped() - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 

J

JavascriptHandler - Class in wjhk.jupload2.context
Separate thread spawned by the (signed) applet at initialization time so it will run in a context with the same privileges.
JavascriptHandler(UploadPolicy, JUploadPanel) - Constructor for class wjhk.jupload2.context.JavascriptHandler
Constructor for JavascriptHandler
join() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
The heart of the program.
join() - Method in interface wjhk.jupload2.upload.FileUploadThread
This method is created in this interface, and is implemented by DefaultFileUploadThread, as this class is a subclass of Thread.
join(long) - Method in interface wjhk.jupload2.upload.FileUploadThread
This method is created in this interface, and is implemented by DefaultFileUploadThread, as this class is a subclass of Thread.
jsString(String) - Method in class wjhk.jupload2.context.JUploadContextApplet
Generate a js String, that can be written in a javascript expression.
JUploadApplet - Class in wjhk.jupload2
The applet.
JUploadApplet() - Constructor for class wjhk.jupload2.JUploadApplet
 
JUploadContext - Interface in wjhk.jupload2.context
This interface it used in upload policies to get information on the current Context.
JUploadContextApplet - Class in wjhk.jupload2.context
Implementation of the Jupload Context, for an applet.
JUploadContextApplet(JApplet) - Constructor for class wjhk.jupload2.context.JUploadContextApplet
The default constructor.
JUploadContextExecutable - Class in wjhk.jupload2.context
Implementation of the JUploadContext, for an executable, that is: for a stand alone application.
JUploadContextExecutable(JFrame) - Constructor for class wjhk.jupload2.context.JUploadContextExecutable
This constructor does nothing.
JUploadContextExecutable(JFrame, String) - Constructor for class wjhk.jupload2.context.JUploadContextExecutable
The constructor of the context, which needs the top level container to be created.
JUploadDaemon - Class in wjhk.jupload2
This class allows to use JUpload as a stand alone application.
JUploadDaemon() - Constructor for class wjhk.jupload2.JUploadDaemon
Default constructor.
JUploadEOFException - Exception in wjhk.jupload2.exception
This error is thrown, when the socket used to read bytes from the server is closed.
JUploadEOFException(UploadPolicy, String) - Constructor for exception wjhk.jupload2.exception.JUploadEOFException
 
JUploadException - Exception in wjhk.jupload2.exception
A new kind of exceptions.
JUploadException(String) - Constructor for exception wjhk.jupload2.exception.JUploadException
Creates a new instance with a specified message.
JUploadException(Exception) - Constructor for exception wjhk.jupload2.exception.JUploadException
Creates a new instance with a specified original exception.
JUploadException(String, Throwable) - Constructor for exception wjhk.jupload2.exception.JUploadException
Creates a new instance with a specified message and original exception.
JUploadExceptionStopAddingFiles - Exception in wjhk.jupload2.exception
This exception is a trick, to stop adding files to the file list, when too many files don't match the allowed extension (see wjhk.jupload2.gui.FilePanelDataModel2#addFile(File, File)), or any other control of the current upload policy (see UploadPolicy#createFileData(File, File).
JUploadExceptionStopAddingFiles(String) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionStopAddingFiles
 
JUploadExceptionTooBigFile - Exception in wjhk.jupload2.exception
This exception indicates, that the file that is to be uploaded is too big.
JUploadExceptionTooBigFile(String, long, UploadPolicy) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionTooBigFile
Creates a new instance.
JUploadExceptionUploadFailed - Exception in wjhk.jupload2.exception
This exception occurs when an upload failed.
JUploadExceptionUploadFailed(String) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionUploadFailed
Constructs a new exception with the specified detail message.
JUploadExceptionUploadFailed(Exception) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionUploadFailed
Constructs a new exception with the specified cause.
JUploadExceptionUploadFailed(String, Throwable) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionUploadFailed
Constructs a new exception with the specified detail message and cause.
JUploadExceptionUploadFailedSuccessNotFound - Exception in wjhk.jupload2.exception
 
JUploadExceptionUploadFailedSuccessNotFound(String) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionUploadFailedSuccessNotFound
 
JUploadExceptionUploadFailedSuccessNotFound(Exception) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionUploadFailedSuccessNotFound
 
JUploadExceptionUploadFailedSuccessNotFound(String, Throwable) - Constructor for exception wjhk.jupload2.exception.JUploadExceptionUploadFailedSuccessNotFound
 
JUploadFileChooser - Class in wjhk.jupload2.gui
This class allows easy personalization of the java file chooser.
JUploadFileChooser(UploadPolicy) - Constructor for class wjhk.jupload2.gui.JUploadFileChooser
The 'standard' constructor for our file chooser
JUploadFileFilter - Class in wjhk.jupload2.gui
Default File Filter used by the DefaultUploadPolicy to filter the allowed file in the JFileChooser.
JUploadFileView - Class in wjhk.jupload2.gui
This class provides the icon view for the file selector.
JUploadFileView(UploadPolicy, JFileChooser) - Constructor for class wjhk.jupload2.gui.JUploadFileView
Creates a new instance.
JUploadImagePreview - Class in wjhk.jupload2.gui.image
ImagePreview.java by FileChooserDemo2.java.
JUploadImagePreview(JFileChooser, UploadPolicy) - Constructor for class wjhk.jupload2.gui.image.JUploadImagePreview
The standard constructor for this class.
JUploadInterrupted - Exception in wjhk.jupload2.exception
This class is thrown in the DefaultFileUploadThread, when it detects that the user clicked on the stop button.
JUploadInterrupted(String, UploadPolicy) - Constructor for exception wjhk.jupload2.exception.JUploadInterrupted
The standard constructor for this class.
JUploadIOException - Exception in wjhk.jupload2.exception
This class should be used for all implementations of FileData or UploadPolicy that want to throw an IO exception, and need to be conform with the interface definition.
JUploadIOException(String) - Constructor for exception wjhk.jupload2.exception.JUploadIOException
Constructs a new exception with the specified detail message.
JUploadIOException(Exception) - Constructor for exception wjhk.jupload2.exception.JUploadIOException
Constructs a new exception with the specified cause.
JUploadIOException(String, Exception) - Constructor for exception wjhk.jupload2.exception.JUploadIOException
Constructs a new exception with the specified detail message and cause.
JUploadMainPopupMenu - Class in wjhk.jupload2.gui
The main contextual menu of the applet.
JUploadPanel - Interface in wjhk.jupload2.gui
Interface for the central object of the JUpload GUI.
JUploadPanelImpl - Class in wjhk.jupload2.gui
Standard implementation for the JUploadPanel interface.
JUploadPanelImpl(JUploadTextArea, UploadPolicy) - Constructor for class wjhk.jupload2.gui.JUploadPanelImpl
Standard constructor.
JUploadTextArea - Class in wjhk.jupload2.gui
This class represents the text area for debug output.
JUploadTextArea(int, int, UploadPolicy) - Constructor for class wjhk.jupload2.gui.JUploadTextArea
Constructs a new empty TextArea with the specified number of rows and columns.

L

lastResponseMessage - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
 
listenerList - Variable in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 

M

main(String[]) - Static method in class wjhk.jupload2.JUploadDaemon
The start of the application, when launched as a Stand Alone one.
MAX_LOG_WINDOW_LENGTH - Static variable in class wjhk.jupload2.gui.JUploadTextArea
Maximum number of characters in the logWindow.
maybeOpenPopupMenu(MouseEvent) - Method in interface wjhk.jupload2.gui.JUploadPanel
This method opens the popup menu, if the mouseEvent is relevant.
maybeOpenPopupMenu(MouseEvent) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
This method opens the popup menu, if the mouseEvent is relevant.
md5sum - Variable in class wjhk.jupload2.filedata.DefaultFileData
The md5sum for the prepared file.
MESSAGE_URL - Static variable in class wjhk.jupload2.policies.SilverpeasUploadPolicy
 
mimeType - Variable in class wjhk.jupload2.filedata.DefaultFileData
Mime type of the file.
mouseClicked(MouseEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
mouseClicked(MouseEvent) - Method in class wjhk.jupload2.gui.image.DialogPicturePanel
 
mouseClicked(MouseEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
mouseClicked(MouseEvent) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
 
mouseEntered(MouseEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
mouseEntered(MouseEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
mouseEntered(MouseEvent) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
 
mouseExited(MouseEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
mouseExited(MouseEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
mouseExited(MouseEvent) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
 
mousePressed(MouseEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
mousePressed(MouseEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
mousePressed(MouseEvent) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
 
mouseReleased(MouseEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
mouseReleased(MouseEvent) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
mouseReleased(MouseEvent) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
 
MyAbstractTreeTableModel<T extends MyTreeNode> - Class in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
MyAbstractTreeTableModel(UploadPolicy, T) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
MyTreeNode - Interface in wjhk.jupload2.gui.filepanel.treeview
 
MyTreeTable - Class in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
MyTreeTable(MyTreeTableModel<? extends MyTreeNode>) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.MyTreeTable
 
MyTreeTableCellEditor - Class in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
MyTreeTableCellEditor(JTree, JTable) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellEditor
 
MyTreeTableCellRenderer - Class in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
MyTreeTableCellRenderer(MyTreeTable, TreeModel) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellRenderer
 
MyTreeTableModel<T extends MyTreeNode> - Interface in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
MyTreeTableModelAdapter<T extends MyTreeNode> - Class in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
MyTreeTableModelAdapter(MyTreeTableModel<T>, JTree) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
MyTreeTableSelectionModel - Class in wjhk.jupload2.gui.filepanel.treeview
This code is taken from the tutorial written by Jörn Hameister, available here.
MyTreeTableSelectionModel() - Constructor for class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableSelectionModel
 

N

NameRenderer - Class in wjhk.jupload2.gui.filepanel
Technical class, used to add tooltips to names.
NameRenderer() - Constructor for class wjhk.jupload2.gui.filepanel.NameRenderer
 
nbBytesUploaded(long, UploadFileData) - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Used by the UploadFileData#uploadFile(java.io.OutputStream, long) for each uploaded buffer
nbBytesUploaded(long, UploadFileData) - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
nbBytesUploaded(long, UploadFileData) - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
The progressBar is updated each 50ms and each 10% of the target file.
newThread(Runnable) - Method in class wjhk.jupload2.gui.JUploadFileView
Implementation of ThreadFactory.
nodeForRow(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
NONE - Static variable in class wjhk.jupload2.gui.filepanel.SortArrowIcon
Don't draw an arrow.
NONE - Static variable in class wjhk.jupload2.upload.helper.InteractiveTrustManager
Mode for accepting any certificate.
normalizeCRLF(String) - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Replace single \r and \n by uniform end of line characters (CRLF).
normalizeURL(String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
normalizeURL(String) - Method in interface wjhk.jupload2.context.JUploadContext
Generates a valid URL, from a String.
normalizeURL(String) - Method in class wjhk.jupload2.context.JUploadContextApplet
Generates a valid URL, from a String.
normalizeURL(String) - Method in class wjhk.jupload2.context.JUploadContextExecutable
This class doesn't control the URL.

O

onAppendHeader(ByteArrayEncoder) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
onAppendHeader(ByteArrayEncoder) - Method in interface wjhk.jupload2.policies.UploadPolicy
Append specific headers for this upload (session cookies, for instance).
onFileDoubleClicked(FileData) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Default implementation of the UploadPolicy.onFileDoubleClicked(FileData) .
onFileDoubleClicked(FileData) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Open the 'big' preview dialog box.
onFileDoubleClicked(FileData) - Method in interface wjhk.jupload2.policies.UploadPolicy
Reaction when the user double click on a file, in the file list.
onFileSelected(FileData) - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
 
onFileSelected(FileData) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
onFileSelected(FileData) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
onFileSelected(FileData) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method is called each time a file is selected in the panel files.

P

PacketConstructionThread - Class in wjhk.jupload2.upload
 
paint(Graphics) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellRenderer
Sorgt fuer die Einrueckung der Ordner.
paint(Graphics) - Method in class wjhk.jupload2.gui.image.PicturePanel
 
paintComponent(Graphics) - Method in class wjhk.jupload2.gui.image.JUploadImagePreview
Actual display of the picture.
paintIcon(Component, Graphics, int, int) - Method in class wjhk.jupload2.gui.filepanel.SortArrowIcon
 
parseBoolean(String, boolean) - Method in class wjhk.jupload2.context.DefaultJUploadContext
This function try to parse value as a boolean.
parseBoolean(String, boolean) - Method in interface wjhk.jupload2.context.JUploadContext
This function try to parse value as a boolean.
parseCookieHeader(String) - Method in class wjhk.jupload2.upload.helper.CookieJar
Parses a "Set-Cookie" header and creates/updates/deletes cookies according to the parsed values.
parseFileListViewMode(String, FilePanel.FileListViewMode) - Method in class wjhk.jupload2.context.DefaultJUploadContext
This function try to parse value as a FilePanel.FileListViewMode.
parseFileListViewMode(String, FilePanel.FileListViewMode) - Method in interface wjhk.jupload2.context.JUploadContext
This function try to parse value as a FilePanel.FileListViewMode.
parseFloat(String, float) - Method in class wjhk.jupload2.context.DefaultJUploadContext
This function try to parse value as a float number.
parseFloat(String, float) - Method in interface wjhk.jupload2.context.JUploadContext
This function try to parse value as a float number.
parseInt(String, int) - Method in class wjhk.jupload2.context.DefaultJUploadContext
This function try to parse value as an integer.
parseInt(String, int) - Method in interface wjhk.jupload2.context.JUploadContext
This function try to parse value as an integer.
parseLong(String, long) - Method in class wjhk.jupload2.context.DefaultJUploadContext
This function try to parse value as a Long.
parseLong(String, long) - Method in interface wjhk.jupload2.context.JUploadContext
This function try to parse value as a Long.
patternError - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
Same as DefaultUploadPolicy.patternSuccess, but for the error message.
patternSuccess - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
The regexp pattern that is used to find the success string in the HTTP response.
patternWarning - Variable in class wjhk.jupload2.policies.DefaultUploadPolicy
Same as DefaultUploadPolicy.patternSuccess, but for the warning message.
PictureDialog - Class in wjhk.jupload2.gui.image
A maximized modal dialog box, that display the selected picture.
PictureDialog(Frame, PictureFileData, UploadPolicy) - Constructor for class wjhk.jupload2.gui.image.PictureDialog
Creates a new instance.
PictureFileData - Class in wjhk.jupload2.filedata
This class contains all data about files to upload as a picture.
PictureFileData(File, PictureUploadPolicy) - Constructor for class wjhk.jupload2.filedata.PictureFileData
Standard constructor: needs a PictureFileDataPolicy.
PicturePanel - Class in wjhk.jupload2.gui.image
This panel is used to preview picture, when PictureUploadPolicy (or one of its inherited policy) is used.
PicturePanel(boolean, UploadPolicy) - Constructor for class wjhk.jupload2.gui.image.PicturePanel
Standard constructor.
PictureUploadPolicy - Class in wjhk.jupload2.policies
This class add handling of pictures to upload.
PictureUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.PictureUploadPolicy
The standard constructor, which transmit most informations to the super.Constructor().
ProgressBarManager - Class in wjhk.jupload2.upload.helper
 
ProgressBarManager(UploadPolicy, FilePreparationThread) - Constructor for class wjhk.jupload2.upload.helper.ProgressBarManager
 
PROP_AFTER_UPLOAD_TARGET - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying URL of the upload post request.
PROP_AFTER_UPLOAD_URL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for URL to be loaded after an successful upload.
PROP_ALBUM_ID - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the album id
PROP_ALLOW_HTTP_PERSISTENT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for allowing persistent HTTP connections.
PROP_ALLOWED_FILE_EXTENSIONS - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the allowed file extensions
PROP_BROWSING_DIRECTORY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicates the directory, from which the applet should open the browsing window (file chooser) first.
PROP_DEBUG_LEVEL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the debug level
PROP_FILE_CHOOSER_ICON_FROM_FILE_CONTENT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
This parameter allows to control whether the file icons in the file chooser are calculated from the file content.
PROP_FILE_CHOOSER_ICON_SIZE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
This parameter allows to control the size of icons, in pixels, in the file chooser.
PROP_FILE_CHOOSER_IMAGE_PREVIEW - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Allows control on the preview on the file chooser.
PROP_FILE_FILTER_NAME - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Contains the name of the file filter, as it will be displayed in the drop down list of filters, in the file chooser.
PROP_FILE_LIST_VIEW_MODE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the way the file list is displayed.
PROP_FILENAME_ENCODING - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the encoding of file names.
PROP_FORMDATA - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying additional form data.
PROP_FTP_CREATE_DIRECTORY_STRUCTURE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name to specify, when in FTP mode, if subfolders must be created, or if all files must be uploaded on the root of postURL.
PROP_FTP_TRANSFERT_BINARY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
FTP: binary or ascii mode
PROP_FTP_TRANSFERT_PASSIVE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
FTP: passive or active mode
PROP_HIGH_QUALITY_PREVIEW - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying high quality previews.
PROP_HTTP_UPLOAD_PARAMETER_NAME - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying high quality previews.
PROP_HTTP_UPLOAD_PARAMETER_TYPE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying high quality previews.
PROP_KEEP_ORIG_EXTENSION - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying if the original file extension should be changed if an image is converted to another format
PROP_LANG - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the UI language
PROP_LOOK_AND_FEEL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying a PLAF class to load.
PROP_MAX_CHUNK_SIZE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the maximum size of a chunk of uploaded data.
PROP_MAX_FILE_SIZE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the maximum size of a single file.
PROP_MAX_HEIGHT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the maximum height of a picture.
PROP_MAX_WIDTH - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the maximum width of a picture.
PROP_NB_FILES_PER_REQUEST - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the maximum number of file to be uploaded in a single request.
PROP_PICTURE_COMPRESSION_QUALITY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying compression of the written picture file, if any.
PROP_PICTURE_TRANSMIT_METADATA - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying whether picture metadata (EXIF coming from the camera for instance.
PROP_POST_URL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying URL of the upload post request.
PROP_READ_COOKIE_FROM_NAVIGATOR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Read cookies from javascript command: document.cookie (or not)
PROP_READ_USER_AGENT_FROM_NAVIGATOR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Read userAgent from javascript command: document.userAgent (or not)
PROP_REAL_MAX_HEIGHT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the real (server-side-desired) picture height.
PROP_REAL_MAX_WIDTH - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the real (server-side-desired) picture width.
PROP_RETRY_MAX_NUMBER_OF - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Maximum number of retries, that the applet will do, for upload resumable error.
PROP_RETRY_NB_SECONDS_BETWEEN - Static variable in interface wjhk.jupload2.policies.UploadPolicy
The number of seconds, to wait, before trying a new upload.
PROP_SEND_MD5_SUM - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name to spceify whether the md5sum for uploaded file should be sent.
PROP_SERVER_PROTOCOL - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the server protocol version.
PROP_SHOW_LOGWINDOW - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying if the log window should be visible.
PROP_SHOW_STATUSBAR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying if the status bar should be visible.
PROP_SPECIFIC_HEADERS - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying a list of specific headers, that will be added to all HTTP request to the server.
PROP_SSL_VERIFY_CERT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying how certificates are handled when uploading via SSL.
PROP_STORE_BUFFERED_IMAGE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying if images should be cached in memory.
PROP_STRING_UPLOAD_ERROR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying if the pattern that indicates an error in the server's response-body.
PROP_STRING_UPLOAD_SUCCESS - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying if the pattern that indicates success in the server's response-body.
PROP_STRING_UPLOAD_WARNING - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying if the pattern that indicates a warning in the server's response-body.
PROP_TARGET_PICTURE_FORMAT - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the target picture format conversions
PROP_UPLOAD_POLICY - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the upload policy class.
PROP_URL_TO_SEND_ERROR_TO - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Parameter/Property name for specifying the URL for delivering error reports.
propertyChange(PropertyChangeEvent) - Method in class wjhk.jupload2.gui.image.JUploadImagePreview
Hum, we're interested in these events: DIRECTORY_CHANGED_PROPERTY and SELECTED_FILE_CHANGED_PROPERTY.
propertyChange(PropertyChangeEvent) - Method in class wjhk.jupload2.gui.JUploadFileView
Waiting for JFileChooser events.

Q

quoteCRLF(String) - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Replace \r and \n by correctly displayed end of line characters.

R

readAll(int) - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Read an image, from the pictureFileData.
readCookieFromNavigator(Vector<String>) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
readCookieFromNavigator(Vector<String>) - Method in interface wjhk.jupload2.context.JUploadContext
This method allows to read the navigator cookies.
readCookieFromNavigator(Vector<String>) - Method in class wjhk.jupload2.context.JUploadContextApplet
Loads cookies, and add them to the specific headers for upload requests.
readCookieFromNavigator(Vector<String>) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
readHttpResponse() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Read the response of the server.
readHttpResponse() - Method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
The main method: reads the response in the input stream.
readImage(int) - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Read an image, from the pictureFileData.
readLine(PushbackInputStream, String, boolean) - Static method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Similar like BufferedInputStream#readLine() but operates on raw bytes.
readLine(PushbackInputStream, boolean) - Static method in class wjhk.jupload2.upload.helper.HTTPInputStreamReader
Similar like BufferedInputStream#readLine() but operates on raw bytes.
readUserAgentFromNavigator(Vector<String>) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
readUserAgentFromNavigator(Vector<String>) - Method in interface wjhk.jupload2.context.JUploadContext
This method allows to read the navigator userAgent.
readUserAgentFromNavigator(Vector<String>) - Method in class wjhk.jupload2.context.JUploadContextApplet
Loads userAgent, and add it as a header to the specific headers for upload requests.
readUserAgentFromNavigator(Vector<String>) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
registerUnload(Object, String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Register a callback to be executed during applet termination.
registerUnload(Object, String) - Method in interface wjhk.jupload2.context.JUploadContext
Register a callback to be executed during applet termination.
reload() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Force the reloading of the file structure, and the refreshing of the display
reload() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Force the reloading of the file structure, and the refreshing of the display
reload() - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
reload(T) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
reload() - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
reload(T) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
remove(FileData[]) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Remove an array of files, typically an UploadFilePacket.
remove(FileData) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Remove a specified file entry.
remove(FileData[]) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Remove an array of files, typically an UploadFilePacket.
remove(FileData) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Removes all occurences of a file from the list.
remove(T) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
remove(T) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Removes an item from the TreeView.
remove(int) - Method in class wjhk.jupload2.upload.UploadFilePacket
Prohibited !
remove(Object) - Method in class wjhk.jupload2.upload.UploadFilePacket
Prohibited !
removeAll() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Removes all file entries.
removeAll() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
removeAndClean(T) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
removeAndClean(T) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Removes an item from the TreeView, detach its descendant, and remove the parent node if this node was the only child of the parent.
removeChild(MyTreeNode) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
removeChild(MyTreeNode) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Removes one child from the children list.
removeChild(MyTreeNode) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Removes a child from the children of this node.
removeFileNotToUpload() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Removes all files, which have the uploadFlag set to false.
removeFileNotToUpload() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
removeRange(int, int) - Method in class wjhk.jupload2.upload.UploadFilePacket
Prohibited !
removeRow(int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Remove a specified row.
removeSelected() - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Removes all currently selected file entries.
removeSelected() - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
removeTreeModelListener(TreeModelListener) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
replaceRange(String, int, int) - Method in class wjhk.jupload2.gui.JUploadTextArea
This call must be synchronized, so that there is no interaction with the LogMessageThread thread.
responseBody - Variable in class wjhk.jupload2.upload.DefaultFileUploadThread
The response message from the application.
responseMsg - Variable in class wjhk.jupload2.upload.DefaultFileUploadThread
The full response message from the server, if any.
RETURN_BUSY - Static variable in class wjhk.jupload2.context.JavascriptHandler
One return code for doCommand: indicates that the thread is busy, and can execute this command.
RETURN_STARTED - Static variable in class wjhk.jupload2.context.JavascriptHandler
One return code for doCommand: indicates that the thread is busy, and can execute this command.
RootNode - Class in wjhk.jupload2.gui.filepanel.treeview
This class is the root of JUPload of the file system.
RootNode(UploadPolicy, MyTreeTableModel<TreeFileDataNode>, FilePanelFlatDataModel2) - Constructor for class wjhk.jupload2.gui.filepanel.treeview.RootNode
 
rotate(int) - Method in class wjhk.jupload2.gui.image.PicturePanel
This function adds a quarter rotation to the current picture.
run() - Method in class wjhk.jupload2.context.JavascriptHandler
Method to run when thread is started.
run() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
This method waits for a packet on the packetQueue.
run() - Method in class wjhk.jupload2.upload.FilePreparationThread
The actual command to prepare files.
run() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
The heart of the program.
run() - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
run() - Method in class wjhk.jupload2.upload.helper.HttpProtocolFinderThread
The job itself.
run() - Method in class wjhk.jupload2.upload.PacketConstructionThread
The actual command to generate packets.
runUnload() - Method in class wjhk.jupload2.context.DefaultJUploadContext
Runs all callback that must be called when releasing the applet.
runUnload() - Method in interface wjhk.jupload2.context.JUploadContext
Runs all callback that must be called when releasing the applet.

S

sendDebugInformation(String, Exception) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
sendDebugInformation(String, Exception) - Method in class wjhk.jupload2.policies.SilverpeasUploadPolicy
 
sendDebugInformation(String, Exception) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method allows the applet to post debug information to the website (see UploadPolicy.getUrlToSendErrorTo()).
sendRequest() - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
Closes the byteArrayEncoder, create the socket (or not, depending on the current uploadPolicy, and upload history), send the request, and create the InputStream to read the server response.
SERVER - Static variable in class wjhk.jupload2.upload.helper.InteractiveTrustManager
Mode for verifying server certificate chains.
setAfterUploadURL(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
setAllowedFileExtensions(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setAllowHttpPersistent(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setBounds(int, int, int, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellRenderer
Tree muss die gleiche Hoehe haben wie Table.
setCurrentBrowsingDirectory(File) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Set the current directory.
setCurrentBrowsingDirectory(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setCurrentBrowsingDirectory(File) - Method in interface wjhk.jupload2.policies.UploadPolicy
Deprecated. 
setCurrentBrowsingDirectory(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
Set the current directory.
setCursor(Cursor) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
setCursor(Cursor) - Method in interface wjhk.jupload2.context.JUploadContext
 
setCursor(Cursor) - Method in class wjhk.jupload2.context.JUploadContextApplet
 
setCursor(Cursor) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
setCursor(Cursor) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setCursor(Cursor) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Calls the DefaultUploadPolicy.setCursor(Cursor) method, then set the picture panel specific cursor.
setCursor(Cursor) - Method in interface wjhk.jupload2.policies.UploadPolicy
Changes the current mouse cursor.
setDebugLevel(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setDebugLevel(int, boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Set the debug level.
setDebugLevel(int) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method indicate whether or not the debug messages must be displayed.
setDomain(String) - Method in class wjhk.jupload2.upload.helper.CookieJar
Sets the domain for this cookie jar.
setErrorMessage(String) - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
Set an error text, that will be displayed on the progress bar
setFileChooserIconFromFileContent(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Setter for fileChooserIconFromFileContent.
setFileChooserIconSize(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Setter for fileChooserIconSize.
setFileChooserImagePreview(boolean) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Setter for fileChooserIconFromFileContent.
setFileFilterName(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setFileListViewMode(FilePanel.FileListViewMode) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Set the view mode, for the file list.
setFileListViewMode(FilePanel.FileListViewMode) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
 
setFileListViewMode(FilePanel.FileListViewMode) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setFileListViewMode(FilePanel.FileListViewMode) - Method in interface wjhk.jupload2.policies.UploadPolicy
Setter for the fileListViewMode applet parameter: it can be changed at runtime, by the user.
setFilenameEncoding(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setFilePanel(FilePanel) - Method in interface wjhk.jupload2.gui.JUploadPanel
Standard setter for filePanel.
setFilePanel(FilePanel) - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Standard setter for filePanel.
setFileUploadThreadManager(FileUploadManagerThread) - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Changes the FileUploadManagerThread.
setFileUploadThreadManager(FileUploadManagerThread) - Method in interface wjhk.jupload2.upload.FileUploadThread
Changes the FileUploadManagerThread.
setFlatModel(FilePanelFlatDataModel2) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
Sets the flat model for the current node.
setFlatModel(FilePanelFlatDataModel2) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Sets the flat model for the current node.
setFlatModel(FilePanelFlatDataModel2) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Sets the flat model for the current node.
setFtpCreateDirectoryStructure(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setFtpTransfertBinary(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setFtpTransfertPassive(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setGridBorderColor(Color) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Set color of files list grid border.
setGridBorderColor(Color) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Set color of files list grid border.
setHttpUploadParameterName(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
setHttpUploadParameterType(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
setLang(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setLang(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method sets the current language to take into account.
setLastException(JUploadException) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Set the last exception.
setLookAndFeel(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setMaxChunkSize(long) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
If the given value is less or equals to 0, it is set back to Long_MAX_VALUE.
setMaxFileSize(long) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setModel(FilePanelFlatDataModel2) - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
Set the model.
setNbFilesPerRequest(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setOutput(File) - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Creates a FileImageOutputStream, and assign it as the output to the imageWriter.
setParent(MyTreeNode) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
setParent(MyTreeNode) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Sets the parent for this node.
setParent(MyTreeNode) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Sets the parent for this node.
setPictureFile(PictureFileData, AbstractButton, AbstractButton) - Method in class wjhk.jupload2.gui.image.PicturePanel
This setter is called by PictureFileData to set the picture that is to be previewed.
setPostURL(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setPostURL(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
The URL can change during the life of our policy ...
setProperty(String, String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
This allow runtime modifications of properties, from javascript.
setProperty(String, String) - Method in interface wjhk.jupload2.context.JUploadContext
This allow runtime modifications of properties, from javascript.
setProperty(String, String) - Method in class wjhk.jupload2.JUploadApplet
This allow runtime modifications of properties, from javascript.
setProperty(String, String) - Method in class wjhk.jupload2.policies.CoppermineUploadPolicy
This method only handles the albumId parameter, which is the only applet parameter that is specific to this class.
setProperty(String, String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
This method manages all applet parameters.
setProperty(String, String) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
This method manages the applet parameters that are specific to this class.
setProperty(String, String) - Method in interface wjhk.jupload2.policies.UploadPolicy
This allow runtime modifications of properties.
setReadCookieFromNavigator(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setReadUserAgentFromNavigator(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setRetryMaxNumberOf(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setRetryNbSecondsBetween(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setRoot(T) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
setRoot(T) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Set the visible root of the JTree view.
setRowHeight(int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellRenderer
Tree und Table muessen die gleiche Hoehe haben.
setSendMD5Sum(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setSendMD5Sum(boolean) - Method in interface wjhk.jupload2.policies.UploadPolicy
MD5Sum allows the server to control that the file has been correctly uploaded.
setServerProtocol(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setServerProtocol(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
 
setShowLogWindow(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
setShowLogWindow(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
 
setShowStatusbar(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setSpecificHeaders(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Set all specific headers defined in the specificHeaders applet parameter.
setSslVerifyCert(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setStringUploadError(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setStringUploadSuccess(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setStringUploadWarning(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setTableHeaderBackColor(Color) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Set back color of table header
setTableHeaderBackColor(Color) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Set back color of table header
setTableHeaderFont(Font) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Set table header text font
setTableHeaderFont(Font) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Set table header text font
setTableHeaderTextColor(Color) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Set text color of table header
setTableHeaderTextColor(Color) - Method in class wjhk.jupload2.gui.filepanel.FilePanelTableImp
Set text color of table header
setText(JEditorPane, String) - Method in class wjhk.jupload2.gui.DebugDialog
Set the text to display.
setText(String) - Method in class wjhk.jupload2.gui.JUploadTextArea
This call must be synchronized, so that there is no interaction with the LogMessageThread thread.
setTransferHandler(TransferHandler) - Method in interface wjhk.jupload2.gui.filepanel.FilePanel
Transfer handler, to manage copy/paste operations.
setTree(MyTreeTableCellRenderer) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
setTree(MyTreeTableCellRenderer) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
 
setTreeFileDataNode(TreeFileDataNode) - Method in class wjhk.jupload2.filedata.DefaultFileData
Setters for the to the associated TreeFileDataNode, from the hierarchical view.
setTreeFileDataNode(TreeFileDataNode) - Method in interface wjhk.jupload2.filedata.FileData
Setters for the to the associated TreeFileDataNode, from the hierarchical view.
setTreeFileDataNode(TreeFileDataNode) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
setTreeFileDataNode(TreeFileDataNode) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Setters for the to the associated TreeFileDataNode, from the hierarchical view.
setTreeFileDataNode(TreeFileDataNode) - Method in class wjhk.jupload2.upload.UploadFileData
 
setTreeModel(TreeModel) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
setTreeModel(TreeModel) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
 
setTreeModel(TreeModel) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeNode
Sets the tree model for the current node.
setUploadException(JUploadException) - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Stores the last upload exception that occurs.
setUploadException(JUploadException) - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
setUploadFlag(boolean) - Method in class wjhk.jupload2.filedata.DefaultFileData
Allows to set or unset the upload flag.
setUploadFlag(boolean) - Method in interface wjhk.jupload2.filedata.FileData
Allows to set or unset the upload flag.
setUploadFlag(boolean) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
 
setUploadFlag(boolean) - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Allows to set or unset the upload flag.
setUploadFlag(boolean) - Method in class wjhk.jupload2.upload.UploadFileData
The upload floag is not managed here.
setUploadPolicy(UploadPolicy) - Method in class wjhk.jupload2.gui.JUploadTextArea
 
setUploadStatus(UploadFilePacket, UploadFileData, int) - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Indicate the current state of the upload, to allow a correct display of UPLOAD_STATUS_UPLOADED status. the upload progress bar.
setUploadStatus(UploadFilePacket, UploadFileData, int) - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
setUploadStatus(UploadFilePacket, UploadFileData, int) - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
 
setUrlToSendErrorTo(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
setUrlToSendErrorTo(String) - Method in interface wjhk.jupload2.policies.UploadPolicy
 
setValueAt(Object, int, int) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
This method doesn't do anything : no changeable values.
setValueAt(Object, TreeFileDataNode, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataTreeViewModel
 
setValueAt(Object, T, int) - Method in interface wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel
Sets a value for a node in one column.
setValueAt(Object, int, int) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModelAdapter
 
setWaitCursor() - Method in class wjhk.jupload2.context.DefaultJUploadContext
 
setWaitCursor() - Method in interface wjhk.jupload2.context.JUploadContext
Sets the wait cursor on the current application (applet, executable...).
setWaitCursor() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setWaitCursor() - Method in class wjhk.jupload2.policies.PictureUploadPolicy
Calls the DefaultUploadPolicy.setWaitCursor() method, then erases the picture panel specific cursor.
setWaitCursor() - Method in interface wjhk.jupload2.policies.UploadPolicy
This method changes the current mouse cursor to the wait one.
SHOWLOGWINDOW_FALSE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicates that the log window is always hidden.
SHOWLOGWINDOW_ONERROR - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicates that the log window is hidden, and will become visible only when an error occurs.
SHOWLOGWINDOW_TRUE - Static variable in interface wjhk.jupload2.policies.UploadPolicy
Indicates that the log window is always visible.
showOrHideLogWindow() - Method in interface wjhk.jupload2.gui.JUploadPanel
This methods show or hides the logWindow, depending on the following applet parameters.
showOrHideLogWindow() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
This methods show or hides the logWindow, depending on the following applet parameters.
showStatus(String) - Method in class wjhk.jupload2.context.DefaultJUploadContext
Just throws a UnsupportedOperationException exception.
showStatus(String) - Method in interface wjhk.jupload2.context.JUploadContext
Displays a message in the status window.
showStatus(String) - Method in class wjhk.jupload2.context.JUploadContextApplet
Just throws a UnsupportedOperationException exception.
showStatus(String) - Method in class wjhk.jupload2.context.JUploadContextExecutable
Just throws a UnsupportedOperationException exception.
shutdownNow() - Method in class wjhk.jupload2.gui.JUploadFileChooser
Shutdown any running task.
shutdownNow() - Method in class wjhk.jupload2.gui.JUploadFileView
Stop all current and to come thread.
SilverpeasUploadPolicy - Class in wjhk.jupload2.policies
Personnalised Policy with no button : use only DragAndDrop or Copy/Paste with automatic upload.
SilverpeasUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.SilverpeasUploadPolicy
The JUpload constructor for this upload policy.
SIZE_TO_TRUNCATE_TO - Static variable in class wjhk.jupload2.gui.JUploadTextArea
The size we truncate the output to, when the maximum size of debug output is reach.
SizeRenderer - Class in wjhk.jupload2.gui.filepanel
Technical class, used to display file sizes.
SizeRenderer(UploadPolicy) - Constructor for class wjhk.jupload2.gui.filepanel.SizeRenderer
Creates a new instance.
SortArrowIcon - Class in wjhk.jupload2.gui.filepanel
Icon implementation, to control and indicate the current sort order, into the FilePanelJFlatTable.
SortArrowIcon(int) - Constructor for class wjhk.jupload2.gui.filepanel.SortArrowIcon
Creates a new instance.
sortColumn(int, boolean) - Method in class wjhk.jupload2.gui.filepanel.FilePanelFlatDataModel2
Sort the rows, according to one column.
sortedColumnAscending - Variable in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
sortedColumnIndex - Variable in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
SortHeaderRenderer - Class in wjhk.jupload2.gui.filepanel
Technical class, to display the column headers, for column that may be sorted.
SortHeaderRenderer() - Constructor for class wjhk.jupload2.gui.filepanel.SortHeaderRenderer
Creates a new instance.
start() - Method in class wjhk.jupload2.JUploadApplet
Called each time the applet is shown on the web page.
start() - Method in class wjhk.jupload2.policies.AAFUploadPolicy
 
start() - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
start() - Method in interface wjhk.jupload2.policies.UploadPolicy
Reaction to the applet start.
start() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
The heart of the program.
start() - Method in interface wjhk.jupload2.upload.FileUploadThread
This method is created in this interface, and is implemented by DefaultFileUploadThread, as this class is a subclass of Thread.
startUpload() - Method in class wjhk.jupload2.context.DefaultJUploadContext
Public method that can be called by Javascript to start upload
startUpload() - Method in interface wjhk.jupload2.context.JUploadContext
Public method that can be called by Javascript to start upload
startUpload() - Method in class wjhk.jupload2.JUploadApplet
Javascript can call this method to start the upload.
stop() - Method in class wjhk.jupload2.JUploadApplet
 
stopUpload() - Method in interface wjhk.jupload2.upload.FileUploadManagerThread
Reaction to the user click on the 'Stop' button, or any action from the user asking to stop the upload.
stopUpload() - Method in class wjhk.jupload2.upload.FileUploadManagerThreadImpl
 
STRICT - Static variable in class wjhk.jupload2.upload.helper.InteractiveTrustManager
Mode for performing both client authentication and server cert verification.
SuperSimpleUploadPolicy - Class in wjhk.jupload2.policies
A SuperSimpleUploadPolicy - see https://sourceforge.net/tracker/?
SuperSimpleUploadPolicy(JUploadContext) - Constructor for class wjhk.jupload2.policies.SuperSimpleUploadPolicy
The main constructor : use default values, and the given postURL.

T

toString() - Method in class wjhk.jupload2.filedata.helper.ImageFileConversionInfo
 
toString() - Method in class wjhk.jupload2.gui.filepanel.treeview.FileDataNode
Important: this method is called by the JTree class, as the 'main' name for the node.
toString() - Method in class wjhk.jupload2.gui.filepanel.treeview.FolderNode
Important: this method is called by the JTree class, as the 'main' name for the node.
TreeFileDataNode - Interface in wjhk.jupload2.gui.filepanel.treeview
 

U

unload() - Method in class wjhk.jupload2.context.DefaultJUploadContext
This method is called when the applet is unloaded (actually, when it is stopped). it is registered as a callback in the DefaultJUploadContext.init(Frame, RootPaneContainer), here above.
unload() - Method in class wjhk.jupload2.gui.JUploadTextArea
Free any used ressources.
updateButtonState() - Method in interface wjhk.jupload2.gui.JUploadPanel
Select or unselect the applet buttons
updateButtonState() - Method in class wjhk.jupload2.gui.JUploadPanelImpl
Select or unselect the applet buttons
updateButtonState(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
This method is called by the JUploadPanel.updateButtonState() method, when the execution status of the applet changes.
updateButtonState(int) - Method in class wjhk.jupload2.policies.SuperSimpleUploadPolicy
This method is called by the JUploadPanel.updateButtonState() method, when the execution status of the applet changes.
updateButtonState(int) - Method in interface wjhk.jupload2.policies.UploadPolicy
This method is called by the JUploadPanel.updateButtonState() method, when the execution status of the applet changes.
UPLOAD_STATUS_CHUNK_UPLOADED_WAITING_FOR_RESPONSE - Static variable in interface wjhk.jupload2.upload.FileUploadManagerThread
A chunk (a part) of the file identified by numOfFileInCurrentUpload has been sent.
UPLOAD_STATUS_FILE_UPLOADED_WAITING_FOR_RESPONSE - Static variable in interface wjhk.jupload2.upload.FileUploadManagerThread
All data for the file identified by numOfFileInCurrentUpload has been sent.
UPLOAD_STATUS_NOT_STARTED - Static variable in interface wjhk.jupload2.upload.FileUploadManagerThread
Indicates that nothings has begun
UPLOAD_STATUS_UPLOADED - Static variable in interface wjhk.jupload2.upload.FileUploadManagerThread
The upload for the file identified by numOfFileInCurrentUpload is finished
UPLOAD_STATUS_UPLOADING - Static variable in interface wjhk.jupload2.upload.FileUploadManagerThread
We're sending data to the server, for the file identified by numOfFileInCurrentUpload.
UploadFileData - Class in wjhk.jupload2.upload
This class implements the FileData interface, and is responsible to do the actual upload of the files.
UploadFileData(FileData, int, FileUploadManagerThread, UploadPolicy) - Constructor for class wjhk.jupload2.upload.UploadFileData
Standard constructor for the UploadFileData class.
UploadFileData(boolean) - Constructor for class wjhk.jupload2.upload.UploadFileData
This particular constructor is posted by the FilePreparationThread in the preparedFileQueue to indicate that the last file has been prepared.
UploadFileDataPoisonned - Class in wjhk.jupload2.upload
This class is a kind of 'End of Queue' object.
UploadFilePacket - Class in wjhk.jupload2.upload
This file contains a packet of files, which will be sent in one request to the server.
UploadFilePacketPoisonned - Class in wjhk.jupload2.upload
 
UploadFilePacketPoisonned(UploadPolicy) - Constructor for class wjhk.jupload2.upload.UploadFilePacketPoisonned
The standard constructor.
uploadFlag - Variable in class wjhk.jupload2.filedata.DefaultFileData
Indicated whether this file should be uploaded or not.
uploadIsFinished() - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
This just stops the timer.
uploadIsStarted() - Method in class wjhk.jupload2.upload.helper.ProgressBarManager
 
uploadPolicy - Variable in class wjhk.jupload2.gui.image.PicturePanel
The current upload policy.
UploadPolicy - Interface in wjhk.jupload2.policies
This package contains upload policies, which allow easy configuration of the applet behavior.
uploadPolicy - Variable in class wjhk.jupload2.upload.DefaultFileUploadThread
The upload policy contains all parameters needed to define the way files should be uploaded, including the URL.
UploadPolicyFactory - Class in wjhk.jupload2.policies
This class is used to control creation of the uploadPolicy instance, according to applet parameters (or System properties).
UploadPolicyFactory() - Constructor for class wjhk.jupload2.policies.UploadPolicyFactory
 

V

valueChanged(ListSelectionEvent) - Method in class wjhk.jupload2.gui.filepanel.FilePanelJFlatTable
 
valueForPathChanged(TreePath, Object) - Method in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
This is normally not called
valueOf(String) - Static method in enum wjhk.jupload2.gui.filepanel.FilePanel.FileListViewMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum wjhk.jupload2.gui.filepanel.FilePanel.FileListViewMode
Returns an array containing the constants of this enum type, in the order they are declared.
visibleRoot - Variable in class wjhk.jupload2.gui.filepanel.treeview.MyAbstractTreeTableModel
 
visibleRow - Variable in class wjhk.jupload2.gui.filepanel.treeview.MyTreeTableCellRenderer
Die letzte Zeile, die gerendert wurde.

W

width - Variable in class wjhk.jupload2.gui.filepanel.SortArrowIcon
 
wjhk.jupload2 - package wjhk.jupload2
The applet itself.
wjhk.jupload2.context - package wjhk.jupload2.context
 
wjhk.jupload2.exception - package wjhk.jupload2.exception
Some application specific exceptions.
wjhk.jupload2.filedata - package wjhk.jupload2.filedata
This package allows you to change the file relative behaviour: this page describes how to override the default behaviour, to fullfill your needs (for instance add data compression, preload check, new data about files in the upload to the server..
wjhk.jupload2.filedata.helper - package wjhk.jupload2.filedata.helper
 
wjhk.jupload2.gui - package wjhk.jupload2.gui
Implementation of caching and special algorithms for various file types.
wjhk.jupload2.gui.filepanel - package wjhk.jupload2.gui.filepanel
 
wjhk.jupload2.gui.filepanel.treeview - package wjhk.jupload2.gui.filepanel.treeview
 
wjhk.jupload2.gui.image - package wjhk.jupload2.gui.image
 
wjhk.jupload2.policies - package 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.
wjhk.jupload2.upload - package wjhk.jupload2.upload
This package contains the code that actually executes the upload (see below for a full description of the way the upload is executed in the JUpload code).
wjhk.jupload2.upload.helper - package wjhk.jupload2.upload.helper
 
write(IIOImage) - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Write a picture in the output picture file.
write(int) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
write(byte[], int, int) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
write(byte[]) - Method in class wjhk.jupload2.upload.helper.HTTPConnectionHelper
writeInsert(int, IIOImage, ImageWriteParam) - Method in class wjhk.jupload2.filedata.helper.ImageReaderWriterHelper
Write a picture in the output picture file.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.