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.cockpit.gui |
Provides the main GUI components (dialogs and panels) for Cockpit.
|
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 | Class and Description |
---|---|
class |
Cockpit
Cockpit is a graphical Java application for viewing and managing the contents of an Amazon S3 account.
|
Modifier and Type | Method and Description |
---|---|
static void |
PreferencesDialog.showDialog(CockpitPreferences cockpitPreferences,
Frame owner,
HyperlinkActivatedListener hyperlinkListener)
Displays the Preferences dialog box and waits until the user selects to cancel the dialog or
to save the properties.
|
static AccessControlList |
AccessControlDialog.showDialog(Frame owner,
BaseStorageItem[] s3Items,
AccessControlList accessControlList,
HyperlinkActivatedListener hyperlinkListener)
Displays the dialog box and waits until the user applies their changes or cancels the dialog.
|
static ProviderCredentials |
CredentialsDialog.showDialog(Frame ownerFrame,
boolean askForFriendlyName,
boolean isTargetS3,
Jets3tProperties jets3tProperties,
HyperlinkActivatedListener hyperlinkListener)
Displays a dialog box prompting for a user's AWS credentials.
|
static void |
BucketLoggingDialog.showDialog(Frame ownerFrame,
S3Service s3Service,
S3Bucket[] buckets,
HyperlinkActivatedListener hyperlinkListener)
Dialog box for displaying and modifying the logging status of buckets.
|
static void |
BucketLoggingDialog.showDialog(Frame ownerFrame,
S3Service s3Service,
String[] bucketNames,
HyperlinkActivatedListener hyperlinkListener)
Dialog box for displaying and modifying the logging status of buckets.
|
Constructor and Description |
---|
AccessControlDialog(Frame owner,
HyperlinkActivatedListener hyperlinkListener)
Creates a modal dialog box with a title.
|
BucketLoggingDialog(Frame ownerFrame,
S3Service s3Service,
String[] bucketNames,
HyperlinkActivatedListener hyperlinkListener) |
CreateBucketDialog(String suggestedBucketName,
Frame ownerFrame,
HyperlinkActivatedListener hyperlinkListener) |
CredentialsDialog(Frame ownerFrame,
boolean askForFriendlyName,
Jets3tProperties jets3tProperties,
HyperlinkActivatedListener hyperlinkListener)
Displays a dialog box prompting for a user's credentials
|
LoginCredentialsPanel(boolean askForFriendlyName,
HyperlinkActivatedListener hyperlinkListener) |
LoginLocalFolderPanel(Frame ownerFrame,
HyperlinkActivatedListener hyperlinkListener) |
LoginPassphrasePanel(HyperlinkActivatedListener hyperlinkListener) |
RequesterPaysDialog(S3Bucket bucket,
Frame ownerFrame,
HyperlinkActivatedListener hyperlinkListener) |
SignedGetUrlDialog(Frame ownerFrame,
HyperlinkActivatedListener hyperlinkListener,
S3Service s3Service,
S3Object[] objects) |
StartupDialog(Frame owner,
Jets3tProperties properties,
HyperlinkActivatedListener hyperlinkListener)
Creates a modal dialog box with a title.
|
Modifier and Type | Class and Description |
---|---|
class |
CockpitLite
CockpitLite is 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 by a service provider.
|
Constructor and Description |
---|
ToggleAclDialog(Frame ownerFrame,
boolean isPublicObject,
HyperlinkActivatedListener hyperlinkListener,
Properties applicationProperties) |
ToggleAclDialog(JDialog ownerDialog,
boolean isPublicObject,
HyperlinkActivatedListener hyperlinkListener,
Properties applicationProperties) |
Modifier and Type | Class and Description |
---|---|
class |
Uploader
Dual application and applet for uploading files and XML metadata information to the Amazon S3
service.
|
Modifier and Type | Class and Description |
---|---|
class |
ManageDistributionsDialog
Dialog box for displaying and modifying CloudFront distributions.
|
Modifier and Type | Method and Description |
---|---|
void |
JHtmlLabel.setHyperlinkeActivatedListener(HyperlinkActivatedListener listener) |
static void |
ManageDistributionsDialog.showDialog(Frame ownerFrame,
CloudFrontService cloudFrontService,
String[] bucketNames,
HyperlinkActivatedListener hyperlinkListener)
Dialog box for displaying and modifying CloudFront distributions.
|
static void |
ErrorDialog.showDialog(Frame ownerFrame,
HyperlinkActivatedListener hyperlinkListener,
Properties applicationProperties,
String message,
Throwable throwable)
Shows the error dialog and waits for the user to acknowledge the dialog.
|
static void |
ErrorDialog.showDialog(Frame ownerFrame,
HyperlinkActivatedListener hyperlinkListener,
String message,
Throwable throwable)
Shows the error dialog and waits for the user to acknowledge the dialog.
|
static void |
ErrorDialog.showDialog(JDialog ownerDialog,
HyperlinkActivatedListener hyperlinkListener,
Properties applicationProperties,
String message,
Throwable throwable)
Shows the error dialog and waits for the user to acknowledge the dialog.
|
static void |
ErrorDialog.showDialog(JDialog ownerDialog,
HyperlinkActivatedListener hyperlinkListener,
String message,
Throwable throwable)
Shows the error dialog and waits for the user to acknowledge the dialog.
|
Constructor and Description |
---|
JHtmlLabel(HyperlinkActivatedListener listener) |
JHtmlLabel(String htmlText,
HyperlinkActivatedListener listener) |
ManageDistributionsDialog(Frame ownerFrame,
CloudFrontService cloudFrontService,
String[] bucketNames,
HyperlinkActivatedListener hyperlinkListener) |
UserInputFields(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 |
---|---|
JHtmlLabel |
SkinsFactory.createSkinnedJHtmlLabel(String itemName,
HyperlinkActivatedListener hyperlinkListener) |
Copyright © 2006–2018. All rights reserved.