Package docking.widgets.dialogs
Interface InputDialogListener
public interface InputDialogListener
Listener that is notified when the OK button is hit on the input dialog.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
inputIsValid
(InputDialog dialog) Return whether the input is accepted.
-
Method Details
-
inputIsValid
Return whether the input is accepted.- Returns:
- true if the input is valid; the dialog will be popped down; false means that the dialog will remain displayed.
-