Class CockpitLite

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener, RootPaneContainer, org.apache.commons.httpclient.auth.CredentialsProvider, HyperlinkActivatedListener, S3ServiceEventListener

public class CockpitLite extends JApplet implements S3ServiceEventListener, ActionListener, ListSelectionListener, HyperlinkActivatedListener, org.apache.commons.httpclient.auth.CredentialsProvider
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. The service provider uses the Gatekeeper application to mediate the user's access to the S3 account, authorizing each of the user's interactions before it can be executed.

CockpitLite Guide.

This is the CockpitLite application class; it may be run as a stand-alone application or as an Applet.

Author:
jmurty
See Also: