| Package | Description |
|---|---|
| org.jets3t.apps.cockpit.gui |
Provides the main GUI components (dialogs and panels) for Cockpit.
|
| 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.skins |
Provides basic skinning support for Swing GUI applications.
|
| org.jets3t.gui.skins.html |
Skinning implementation to make Swing GUI applications/applets look more
like a standard HTML web pages.
|
| Modifier and Type | Field and Description |
|---|---|
private JHtmlLabel |
AccessControlDialog.itemsDescription |
| Modifier and Type | Field and Description |
|---|---|
private JHtmlLabel |
Uploader.dragDropTargetLabel |
private JHtmlLabel |
Uploader.fileInformationLabel |
private JHtmlLabel |
Uploader.fileToUploadLabel |
private JHtmlLabel |
Uploader.finalMessageLabel |
private JHtmlLabel |
Uploader.progressStatusTextLabel |
private JHtmlLabel |
Uploader.progressTransferDetailsLabel |
private JHtmlLabel |
Uploader.userGuidanceLabel |
| Modifier and Type | Method and Description |
|---|---|
JHtmlLabel |
SkinsFactory.createSkinnedJHtmlLabel(java.lang.String itemName) |
JHtmlLabel |
SkinsFactory.createSkinnedJHtmlLabel(java.lang.String itemName,
HyperlinkActivatedListener hyperlinkListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
SkinnedJHtmlLabel
A skinned JHtmlLabel, which is actually just a standard label - useful only as a base for someone
to specialise.
|