Interface WarningInterface
public interface WarningInterface
-
Method Summary
Modifier and TypeMethodDescriptiongetWarningSituation
(String text, org.eclipse.swt.widgets.Control widget, Object subject) Verifies if a warning situation has occurred.
-
Method Details
-
getWarningSituation
WarningMessageInterface getWarningSituation(String text, org.eclipse.swt.widgets.Control widget, Object subject) Verifies if a warning situation has occurred.- Parameters:
text
- The content of the text box to verifywidget
- the text widget itselfsubject
- the parent subject that is being edited.- Returns:
- the warning message
-