Interface WarningInterface
-
public interface WarningInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WarningMessageInterface
getWarningSituation(String text, org.eclipse.swt.widgets.Control widget, Object subject)
Verifies if a warning situation has occurred.
-
-
-
Method Detail
-
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
-
-