Interface IUploadDialog

    • Method Detail

      • isCanceled

        boolean isCanceled()
        Returns true if the dialog was canceled
        Returns:
        true if the dialog was canceled
      • rememberUserInput

        void rememberUserInput()
        Remembers the user input in the preference settings
      • getUploadComment

        java.lang.String getUploadComment()
        Returns the current value for the upload comment
        Returns:
        the current value for the upload comment
      • getUploadSource

        java.lang.String getUploadSource()
        Returns the current value for the changeset source
        Returns:
        the current value for the changeset source
      • getTags

        java.util.Map<java.lang.String,​java.lang.String> getTags​(boolean keepEmpty)
        Replies the map with the current tags in the tag editor model.
        Parameters:
        keepEmpty - true to keep empty tags
        Returns:
        the map with the current tags in the tag editor model.