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

Packages that use WarningInterface
org.pentaho.di.ui.core.widget.warning   
 

Uses of WarningInterface in org.pentaho.di.ui.core.widget.warning
 

Methods in org.pentaho.di.ui.core.widget.warning that return types with arguments of type WarningInterface
 List<WarningInterface> TextVarWarning.getWarningInterfaces()
           
 List<WarningInterface> WarningText.getWarningInterfaces()
           
 

Methods in org.pentaho.di.ui.core.widget.warning with parameters of type WarningInterface
 void TextVarWarning.addWarningInterface(WarningInterface warningInterface)
           
 void SupportsWarningInterface.addWarningInterface(WarningInterface warningInterface)
           
 void WarningText.addWarningInterface(WarningInterface warningInterface)
           
 void TextVarWarning.removeWarningInterface(WarningInterface warningInterface)
           
 void WarningText.removeWarningInterface(WarningInterface warningInterface)