| Package | Description |
|---|---|
| org.jets3t.apps.cockpit |
Provides Cockpit, a graphical Java application for viewing and managing the contents of an Amazon S3 account.
|
| 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.apps.uploader |
Provides the Uploader application, a simple wizard-based application that S3 account holders
(Service Providers) may provide to clients to allow them to upload files to S3 without requiring
access to the Service Provider's S3 credentials.
|
| 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 |
|---|---|
private void |
Cockpit.startProgressDialog(java.lang.String statusMessage,
java.lang.String detailsText,
int minTaskValue,
int maxTaskValue,
java.lang.String cancelButtonText,
CancelEventTrigger cancelEventListener)
Starts a progress display dialog.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
CockpitLite.startProgressDialog(java.lang.String statusMessage,
java.lang.String detailsText,
int minTaskValue,
int maxTaskValue,
java.lang.String cancelButtonText,
CancelEventTrigger cancelEventListener)
Starts a progress display dialog.
|
protected void |
CockpitLite.startProgressPanel(java.lang.Object operationId,
java.lang.String statusMessage,
int maxCount,
CancelEventTrigger cancelEventTrigger) |
| Modifier and Type | Field and Description |
|---|---|
private CancelEventTrigger |
Uploader.uploadCancelEventTrigger |
| Modifier and Type | Field and Description |
|---|---|
private CancelEventTrigger |
ProgressPanel.cancelEventTrigger |
private CancelEventTrigger |
ProgressDialog.cancelEventTrigger |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressDialog.startDialog(java.lang.String statusMessage,
java.lang.String detailsText,
int minTaskValue,
int maxTaskValue,
CancelEventTrigger cancelEventListener,
java.lang.String cancelButtonText)
Displays the progress dialog.
|
| Constructor and Description |
|---|
ProgressPanel(java.util.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.
|