Class ItemPropertiesDialog

    • Method Detail

      • 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