public interface WarningInterface
Modifier and Type | Method and Description |
---|---|
WarningMessageInterface |
getWarningSituation(String text,
org.eclipse.swt.widgets.Control widget,
Object subject)
Verifies if a warning situation has occurred.
|
WarningMessageInterface getWarningSituation(String text, org.eclipse.swt.widgets.Control widget, Object subject)
text
- The content of the text box to verifywidget
- the text widget itselfsubject
- the parent subject that is being edited.