Class MultiLineInputDialog

java.lang.Object
docking.DialogComponentProvider
docking.widgets.dialogs.MultiLineInputDialog
All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class MultiLineInputDialog extends DialogComponentProvider
  • Constructor Details

    • MultiLineInputDialog

      public MultiLineInputDialog(String title, String messageText, String initialValue, Icon icon)
  • Method Details

    • okCallback

      protected void okCallback()
      Description copied from class: DialogComponentProvider
      The callback method for when the "OK" button is pressed.
      Overrides:
      okCallback in class DialogComponentProvider
    • 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 String getValue()
      return the value of the first combo box