Uses of Interface
org.pentaho.di.ui.spoon.ChangedWarningInterface

Packages that use ChangedWarningInterface
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

Uses of ChangedWarningInterface in org.pentaho.di.ui.spoon
 

Classes in org.pentaho.di.ui.spoon that implement ChangedWarningInterface
 class ChangedWarningDialog
           
 

Methods in org.pentaho.di.ui.spoon that return ChangedWarningInterface
 ChangedWarningInterface SpoonSlave.getChangedWarning()
           
 ChangedWarningInterface AbstractGraph.getChangedWarning()
          Gets the ChangedWarning for the given TabItemInterface class.
 ChangedWarningInterface TabItemInterface.getChangedWarning()
           
 ChangedWarningInterface SpoonBrowser.getChangedWarning()
           
static ChangedWarningInterface ChangedWarningDialog.getInstance()
           
 

Methods in org.pentaho.di.ui.spoon with parameters of type ChangedWarningInterface
static void ChangedWarningDialog.setInstance(ChangedWarningInterface cwi)