-
appContentPanel
JPanel appContentPanel
-
backButton
JButton backButton
-
buttonsPanel
JPanel buttonsPanel
-
buttonsPanelCardLayout
CardLayout buttonsPanelCardLayout
-
byteFormatter
org.jets3t.service.utils.ByteFormatter byteFormatter
-
cancelUploadButton
JButton cancelUploadButton
-
currentState
int currentState
-
dragDropTargetLabel
org.jets3t.gui.JHtmlLabel dragDropTargetLabel
-
fatalErrorOccurred
boolean fatalErrorOccurred
Set to true if an upload failed due to a key name clash in S3, in which case an error
message is displayed in the final 'thankyou' screen.
-
fileInformationLabel
org.jets3t.gui.JHtmlLabel fileInformationLabel
-
fileMaxCount
int fileMaxCount
-
fileMaxSizeMB
long fileMaxSizeMB
-
fileMinSizeMB
long fileMinSizeMB
-
filesToUpload
File[] filesToUpload
The files to upload to S3.
-
fileToUploadLabel
org.jets3t.gui.JHtmlLabel fileToUploadLabel
-
finalMessageLabel
org.jets3t.gui.JHtmlLabel finalMessageLabel
-
GRID_BAG_LAYOUT
GridBagLayout GRID_BAG_LAYOUT
-
guiUtils
org.jets3t.gui.GuiUtils guiUtils
-
httpClientGatekeeper
org.apache.http.client.HttpClient httpClientGatekeeper
-
includeXmlSummaryDoc
boolean includeXmlSummaryDoc
If set to true via the "xmlSummary" configuration property, the Uploader will
generate an XML summary document describing the files uploaded by the user and
will upload this summary document to S3.
-
insetsDefault
Insets insetsDefault
-
insetsNone
Insets insetsNone
-
isRunningAsApplet
boolean isRunningAsApplet
-
mCredentialProvider
org.apache.http.client.CredentialsProvider mCredentialProvider
-
nextButton
JButton nextButton
-
ownerFrame
Frame ownerFrame
-
parametersMap
HashMap parametersMap
-
primaryPanel
JPanel primaryPanel
-
primaryPanelCardLayout
CardLayout primaryPanelCardLayout
-
priorFailureException
Exception priorFailureException
Variable to store application exceptions, so that client failure information can be
included in the information provided to the Gatekeeper when uploads are retried.
-
progressBar
JProgressBar progressBar
-
progressStatusTextLabel
org.jets3t.gui.JHtmlLabel progressStatusTextLabel
-
progressTransferDetailsLabel
org.jets3t.gui.JHtmlLabel progressTransferDetailsLabel
-
s3ServiceMulti
org.jets3t.service.multithread.S3ServiceMulti s3ServiceMulti
-
skinsFactory
org.jets3t.gui.skins.SkinsFactory skinsFactory
-
standAloneArgumentProperties
Properties standAloneArgumentProperties
Properties set in stand-alone application from the command line arguments.
-
timeFormatter
org.jets3t.service.utils.TimeFormatter timeFormatter
-
uploadCancelEventTrigger
org.jets3t.service.multithread.CancelEventTrigger uploadCancelEventTrigger
-
uploadCancelled
boolean uploadCancelled
Set to true when a file upload has been cancelled, to prevent the Uploader from
uploading an XML summary file when the prior file upload was cancelled.
-
uploaderProperties
org.jets3t.service.Jets3tProperties uploaderProperties
Uploader's properties.
-
uploadingFinalObject
boolean uploadingFinalObject
Set to true when the object/file being uploaded is the final in a set, eg when
the XML metadata is being uploaded after a movie file.
-
userGuidanceLabel
org.jets3t.gui.JHtmlLabel userGuidanceLabel
-
userInputFields
org.jets3t.gui.UserInputFields userInputFields
-
userInputProperties
Properties userInputProperties
-
validFileExtensions
ArrayList validFileExtensions
The list of file extensions accepted by the Uploader.