Class JavaFXDialogIssueHandler

    • Method Detail

      • translateType

        protected static javafx.scene.control.Alert.AlertType translateType​(int messageType)
      • handle

        public void handle​(Message message)
        Description copied from interface: MessageHandler
        Handles the message which needs to be defined by the implementation.
        Specified by:
        handle in interface MessageHandler
        Parameters:
        message - the message to handle
      • shutdown

        public void shutdown()
        Description copied from interface: BugHandler
        Closes eventually opened resources (network connection for upload of exception stacktraces, etc.).
        Specified by:
        shutdown in interface BugHandler