Uses of Interface
org.pentaho.di.core.gui.UndoInterface

Packages that use UndoInterface
org.pentaho.di.core   
org.pentaho.di.core.gui   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of UndoInterface in org.pentaho.di.core
 

Methods in org.pentaho.di.core with parameters of type UndoInterface
 void AddUndoPositionInterface.addUndoPosition(UndoInterface undoInterface, Object[] obj, int[] pos, org.pentaho.di.core.gui.Point[] prev, org.pentaho.di.core.gui.Point[] curr)
           
 

Uses of UndoInterface in org.pentaho.di.core.gui
 

Constructors in org.pentaho.di.core.gui with parameters of type UndoInterface
SnapAllignDistribute(UndoInterface undoInterface, List<? extends org.pentaho.di.core.gui.GUIPositionInterface> elements, int[] indices, AddUndoPositionInterface addUndoPositionInterface, org.pentaho.di.core.gui.Redrawable redrawable)
           
 

Uses of UndoInterface in org.pentaho.di.job
 

Classes in org.pentaho.di.job that implement UndoInterface
 class JobMeta
          Defines a Job and provides methods to load, save, verify, etc.
 

Uses of UndoInterface in org.pentaho.di.trans
 

Classes in org.pentaho.di.trans that implement UndoInterface
 class TransMeta
          This class defines a transformation and offers methods to save and load it from XML or a PDI database repository.