| 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.gui.skins |
Provides basic skinning support for Swing GUI applications.
|
| Modifier and Type | Field and Description |
|---|---|
private SkinsFactory |
Cockpit.skinsFactory |
| Modifier and Type | Field and Description |
|---|---|
private SkinsFactory |
ToggleAclDialog.skinsFactory |
private SkinsFactory |
CockpitLite.skinsFactory |
| Modifier and Type | Field and Description |
|---|---|
private SkinsFactory |
Uploader.skinsFactory |
| Modifier and Type | Field and Description |
|---|---|
private SkinsFactory |
ProgressPanel.skinsFactory |
private SkinsFactory |
CopyObjectsDialog.skinsFactory |
private SkinsFactory |
ObjectsAttributesDialog.skinsFactory |
private SkinsFactory |
ProgressDialog.skinsFactory |
private SkinsFactory |
ErrorDialog.skinsFactory |
private SkinsFactory |
UserInputFields.skinsFactory |
private SkinsFactory |
ItemPropertiesDialog.skinsFactory |
| Constructor and Description |
|---|
CopyObjectsDialog(java.awt.Frame owner,
java.lang.String title,
SkinsFactory skinsFactory,
S3Object[] objects,
S3Bucket[] buckets)
Construct a modal dialog for controlling copy opeations.
|
ObjectsAttributesDialog(java.awt.Frame owner,
java.lang.String title,
SkinsFactory skinsFactory)
Construct a modal dialog to display the attributes for one or more objects.
|
UserInputFields(java.awt.Insets defaultInsets,
HyperlinkActivatedListener hyperlinkListener,
SkinsFactory skinsFactory)
Constructs the object ready to generate GUI elements to represent the configured
user input fields.
|
| Modifier and Type | Method and Description |
|---|---|
static SkinsFactory |
SkinsFactory.getInstance(java.util.Properties properties)
Provides a skin factory initialised with skin-specific properties from the provided
properties set.
|