Package docking

Class ErrLogDialog

    • Method Detail

      • createExceptionDialog

        public static ErrLogDialog createExceptionDialog​(java.lang.String title,
                                                         java.lang.String message,
                                                         java.lang.String details)
      • createLogMessageDialog

        public static ErrLogDialog createLogMessageDialog​(java.lang.String title,
                                                          java.lang.String message,
                                                          java.lang.String details)
      • setErrorReporter

        public static void setErrorReporter​(ErrorReporter errorReporter)
      • getErrorReporter

        public static ErrorReporter getErrorReporter()
      • cancelCallback

        protected void cancelCallback()
        Description copied from class: DialogComponentProvider
        The callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.
        Overrides:
        cancelCallback in class DialogComponentProvider