public interface ValidationUI
ValidationPanel
provides an implementation of this interface; it is also
relatively easy to write
an adapter to drive an existing UI in an existing application.
Modifier and Type | Method and Description |
---|---|
void |
clearProblem()
Set the user interface to the state where no problem is displayed
and the user is free to continue.
|
void |
setProblem(Problem problem)
Set the problem to be displayed to the user.
|
void clearProblem()
void setProblem(Problem problem)
problem
- A problem that the user should be shown, which may
affect the state of the UI as a whole