| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private CockpitPreferences |
Cockpit.cockpitPreferences |
| Modifier and Type | Field and Description |
|---|---|
private CockpitPreferences |
PreferencesDialog.cockpitPreferences |
| Modifier and Type | Method and Description |
|---|---|
static void |
PreferencesDialog.showDialog(CockpitPreferences cockpitPreferences,
java.awt.Frame owner,
HyperlinkActivatedListener hyperlinkListener)
Displays the Preferences dialog box and waits until the user selects to cancel the dialog or
to save the properties.
|
| Constructor and Description |
|---|
PreferencesDialog(CockpitPreferences cockpitPreferences,
java.awt.Frame owner,
HyperlinkActivatedListener hyperlinkListener)
Creates a modal dialog box with a title.
|