Class CreateBucketDialog

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

public class CreateBucketDialog extends JDialog implements ActionListener
Dialog box to prompt for the name and location of an S3 bucket. This dialog should be created and displayed with Dialog.setVisible(boolean), and once control returns the user's responses are available via getOkClicked(), getBucketName() and getBucketLocation().

The caller is responsible for disposing of this dialog.

Author:
James Murty
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
    • getOkClicked

      public boolean getOkClicked()
    • getBucketLocation

      public String getBucketLocation()
    • getBucketName

      public String getBucketName()