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

S

sendDebugInformation(String, Exception) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
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()).
setAfterUploadURL(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
Set the DefaultUploadPolicy.afterUploadURL
setAllowedFileExtensions(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setAllowHttpPersistent(boolean) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
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.
setFile(File) - Method in class wjhk.jupload2.gui.JUploadImagePreview
Changes the current file: this erases the current displayed picture, then call the Thread.start() method.
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.
setFilenameEncoding(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setFilePanel(FilePanel) - Method in class wjhk.jupload2.gui.JUploadPanel
Standard setter for filePanel.
setHighQualityPreview(boolean) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
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
 
setMaxFileSize(long) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setMaxHeight(int) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
setMaxWidth(int) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
setModel(FilePanelDataModel2) - Method in class wjhk.jupload2.gui.FilePanelJTable
Set the model.
setNbFilesPerRequest(int) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
setPictureCompressionQuality(float) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
setPictureFile(PictureFileData, AbstractButton, AbstractButton) - Method in class wjhk.jupload2.gui.PicturePanel
This setter is called by PictureFileData to set the picture that is to be previewed.
setPictureTransmitMetadata(boolean) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
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.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.
setRealMaxHeight(int) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
setRealMaxWidth(int) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
setResponseBody(String) - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Unused Store the String that contains the server response body.
setResponseMsg(String) - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
Add a String that has been read from the server response.
setServerProtocol(String) - Method in class wjhk.jupload2.policies.DefaultUploadPolicy
 
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
 
setStoreBufferedImage(boolean) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
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
 
setTargetPictureFormat(String) - Method in class wjhk.jupload2.policies.PictureUploadPolicy
 
setText(JEditorPane, String) - Method in class wjhk.jupload2.gui.DebugDialog
Set the text to display.
setThumbnail(ImageIcon) - Method in class wjhk.jupload2.gui.JUploadImagePreview
Changes the current picture to display.
setTransferHandler(TransferHandler) - Method in interface wjhk.jupload2.gui.FilePanel
Transfer handler, to manage copy/paste operations.
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.FilePanelDataModel2
This method doesn't do anything : no changeable values.
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 class wjhk.jupload2.gui.JUploadPanel
This methods show or hides the logWindow, depending on the following applet parameters.
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.
SizeRenderer - Class in wjhk.jupload2.gui
Technical class, used to display file sizes.
SizeRenderer(UploadPolicy) - Constructor for class wjhk.jupload2.gui.SizeRenderer
Creates a new instance.
SortArrowIcon - Class in wjhk.jupload2.gui
Icon implementation, to control and indicate the current sort order, into the FilePanelJTable.
SortArrowIcon(int) - Constructor for class wjhk.jupload2.gui.SortArrowIcon
Creates a new instance.
sortColumn(int, boolean) - Method in class wjhk.jupload2.gui.FilePanelDataModel2
Sort the rows, according to one column.
sortedColumnAscending - Variable in class wjhk.jupload2.gui.FilePanelJTable
 
sortedColumnIndex - Variable in class wjhk.jupload2.gui.FilePanelJTable
 
SortHeaderRenderer - Class in wjhk.jupload2.gui
Techical class, to display the column headers, for column that may be sorted.
SortHeaderRenderer() - Constructor for class wjhk.jupload2.gui.SortHeaderRenderer
Creates a new instance.
start() - Method in interface wjhk.jupload2.upload.FileUploadThread
 
startRequest(long, boolean, int, boolean) - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
This method is called for each upload request to the server.
startRequest(long, boolean, int, boolean) - Method in class wjhk.jupload2.upload.FileUploadThreadFTP
 
startRequest(long, boolean, int, boolean) - Method in class wjhk.jupload2.upload.FileUploadThreadHTTP
 
startUpload() - Method in class wjhk.jupload2.JUploadApplet
example public method that can be called by Javascript to start upload
status - Variable in class wjhk.jupload2.gui.IconWorker
Current loading status for this worker
STATUS_ERROR_WHILE_LOADING - Static variable in class wjhk.jupload2.gui.IconWorker
Indicates that an error occurs, during the icon creation
STATUS_LOADED - Static variable in class wjhk.jupload2.gui.IconWorker
Indicates that the icon for this file has been loaded
STATUS_LOADING - Static variable in class wjhk.jupload2.gui.IconWorker
Indicated that the creation of the icon for this file has started.
STATUS_NOT_LOADED - Static variable in class wjhk.jupload2.gui.IconWorker
Indicates the loading of the icon for this file is not currently requested.
STATUS_TO_BE_LOADED - Static variable in class wjhk.jupload2.gui.IconWorker
Indicates the loading of the icon for this file has been requested, but has not started yet.
stop() - Method in class wjhk.jupload2.JUploadApplet
 
stop - Variable in class wjhk.jupload2.upload.DefaultFileUploadThread
If set to 'true', the thread will stop the crrent upload.
stopUpload() - Method in class wjhk.jupload2.upload.DefaultFileUploadThread
 
stopUpload() - Method in interface wjhk.jupload2.upload.FileUploadThread
Stopping the Thread
stopUpload() - Method in class wjhk.jupload2.upload.FileUploadThreadHTTP
 
storeBufferedImage - Variable in class wjhk.jupload2.filedata.PictureFileData
If set to true, the PictureFileData will keep the BufferedImage in memory.

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