Package | Description |
---|---|
org.jets3t.apps.cockpitlite |
Provides CockpitLite, a graphical Java application for viewing and managing the contents
of an Amazon S3 account, where the S3 account is not owned by the application's user
directly but is made available via the Gatekeeper servlet.
|
org.jets3t.gui |
Graphical components used by GUI JetS3t applications Cockpit and Uploader.
|
org.jets3t.service.multithread |
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service
implementation and running this service with multiple threads.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CockpitLite.startProgressPanel(Object operationId,
String statusMessage,
int maxCount,
CancelEventTrigger cancelEventTrigger) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressDialog.startDialog(String statusMessage,
String detailsText,
int minTaskValue,
int maxTaskValue,
CancelEventTrigger cancelEventListener,
String cancelButtonText)
Displays the progress dialog.
|
Constructor and Description |
---|
ProgressPanel(Properties applicationProperties,
CancelEventTrigger cancelEventTrigger) |
Modifier and Type | Method and Description |
---|---|
CancelEventTrigger |
ThreadWatcher.getCancelEventListener()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadWatcher.updateThreadsCompletedCount(long completedThreads,
CancelEventTrigger cancelEventListener)
Deprecated.
|
Copyright © 2006–2018. All rights reserved.