Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
Z
U
updateProgressTexts()
- Method in class uploader.
UploadManager
updates the progress texts with the latest stats
uploadCanceled()
- Method in class uploader.mechanisms.
AbstractUploadMechanism
Called when an upload is halted or canceled.
uploadCanceled()
- Method in class uploader.mechanisms.
HTTPUploadMechanism
uploader
- package uploader
JCustomUploader user interface elements and upload manager.
uploader
- Variable in class uploader.
UploaderPanel
uploader
- Variable in class uploader.
UploadItem
uploader.mechanisms
- package uploader.mechanisms
Mechanisms for uploading files.
uploader.mechanisms.event
- package uploader.mechanisms.event
Events fired by upload mechanisms.
uploader.util
- package uploader.util
Utility and helper classes.
UploaderPanel
- Class in
uploader
Uploader UI.
UploaderPanel(int, UploadMechanism[])
- Constructor for class uploader.
UploaderPanel
UploaderPanel(int, UploadMechanism[], String)
- Constructor for class uploader.
UploaderPanel
UploaderPanel(int, UploadMechanism[], String, FileFilter)
- Constructor for class uploader.
UploaderPanel
UploaderPanel(int, UploadMechanism[], String, FileFilter, boolean)
- Constructor for class uploader.
UploaderPanel
uploaderThreads
- Variable in class uploader.
UploadManager
uploaderUI
- Variable in class uploader.
UploadManager
UI for this upload manager
UploadFileGetter
- Class in
uploader.mechanisms.event
Handles constructing an InputStream for the file to upload.
UploadFileGetter()
- Constructor for class uploader.mechanisms.event.
UploadFileGetter
UploadFileGetter.InputStreamAndSizePair
- Class in
uploader.mechanisms.event
contains an input stream and the length of the data on that stream
UploadFileGetter.InputStreamAndSizePair(InputStream, long)
- Constructor for class uploader.mechanisms.event.
UploadFileGetter.InputStreamAndSizePair
uploadingEnabled
- Variable in class uploader.
UploaderPanel
uploadingEnabled
- Variable in class uploader.
UploadManager
whether uploading is enabled
UploadItem
- Class in
uploader
The UI for an item being uploaded.
UploadItem(UploadManager, String, String, long)
- Constructor for class uploader.
UploadItem
UploadManager
- Class in
uploader
An which manages the upload queue and the thread(s) which service that queue.
UploadManager(UploaderPanel, String, UploadMechanism[])
- Constructor for class uploader.
UploadManager
Constructs a new UploadManager which will manage uploads using the specified upload mechanisms.
UploadManager.UploaderThread
- Class in
uploader
Thread responsible for uploading files (one at a time).
UploadManager.UploaderThread(UploadMechanism)
- Constructor for class uploader.
UploadManager.UploaderThread
constructs a new thread which will upload items with the specified mechanism
uploadMech
- Variable in class uploader.
UploadManager.UploaderThread
the object which will actually uploads each file
UploadMechanism
- Interface in
uploader.mechanisms
Defines methods for uploading a file.
uploadNextChunk(long)
- Method in class uploader.mechanisms.
AbstractUploadMechanism
uploadNextChunk(long)
- Method in interface uploader.mechanisms.
UploadMechanism
Called until this method returns false or isUploadComplete() returns true.
uploadOneItem()
- Method in class uploader.
UploadManager.UploaderThread
uploadQueue
- Variable in class uploader.
UploadManager
list of items to upload
urlencode(String)
- Static method in class uploader.util.
Util
URL encodes a string.
Util
- Class in
uploader.util
Util()
- Constructor for class uploader.util.
Util
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
Z