Class ItemPropertiesDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class ItemPropertiesDialog extends JDialog implements ActionListener
Dialog to display detailed information about an S3Bucket or a set of S3Objects. The item's details cannot be modified within this dialog.
Author:
James Murty
See Also:
  • Method Details

    • showDialog

      public static void showDialog(Frame owner, S3Bucket bucket, Properties applicationProperties)
      Displays a dialog showing the detailed properties of a bucket, which will remain until the user dismisses the dialog.
      Parameters:
      owner - the Frame over which the dialog will be displayed and centered
      bucket - the bucket whose details will be displayed
    • showDialog

      public static void showDialog(Frame owner, S3Object[] objects, Properties applicationProperties, boolean includeMetadata)
      Displays a dialog showing the detailed properties of an object, which will remain until the user dismisses the dialog.
      Parameters:
      owner - the Frame over which the dialog will be displayed and centered
      objects - the object whose details will be displayed
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Event handler for this dialog.
      Specified by:
      actionPerformed in interface ActionListener