Class ItemPropertiesDialog

    • Constructor Detail

      • ItemPropertiesDialog

        protected ItemPropertiesDialog​(Frame owner,
                                       String title,
                                       boolean isObjectDialog,
                                       Properties applicationProperties,
                                       boolean includeMetadata)
        Construct a modal dialog displaying details of a bucket or object.
        Parameters:
        owner - the Frame over which the dialog will be displayed and centered
        title - a title for the dialog
        isObjectDialog - if true an object-specific dialog will be displayed, otherwise a bucket-specific dialog.
        applicationProperties - property settings for this application
        includeMetadata - display objects' metadata information in dialog.
    • Method Detail

      • showDialog

        public static void showDialog​(Frame owner,
                                      org.jets3t.service.model.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
        applicationProperties - property settings for this application
      • showDialog

        public static void showDialog​(Frame owner,
                                      org.jets3t.service.model.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
        applicationProperties - property settings for this application
        includeMetadata - display objects' metadata information in dialog.