org.pentaho.di.ui.core.widget.warning
Interface WarningInterface


public interface WarningInterface


Method Summary
 WarningMessageInterface getWarningSituation(String text, Control widget, Object subject)
          Verifies if a warning situation has occurred.
 

Method Detail

getWarningSituation

WarningMessageInterface getWarningSituation(String text,
                                            Control widget,
                                            Object subject)
Verifies if a warning situation has occurred.

Parameters:
text - The content of the text box to verify
widget - the text widget itself
subject - the parent subject that is being edited.
Returns:
the warning message