Class MultiLineInputDialog

    • Constructor Detail

      • MultiLineInputDialog

        public MultiLineInputDialog​(java.lang.String title,
                                    java.lang.String messageText,
                                    java.lang.String initialValue,
                                    javax.swing.Icon icon)
    • Method Detail

      • 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
      • isCanceled

        public boolean isCanceled()
        Returns if this dialog is canceled.
      • getValue

        public java.lang.String getValue()
        return the value of the first combo box