Uses of Interface
org.pentaho.di.core.gui.UndoInterface
Packages that use UndoInterface
Package
Description
-
Uses of UndoInterface in org.pentaho.di.base
Classes in org.pentaho.di.base that implement UndoInterface -
Uses of UndoInterface in org.pentaho.di.core
Methods in org.pentaho.di.core with parameters of type UndoInterfaceModifier and TypeMethodDescriptionvoid
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 UndoInterfaceModifierConstructorDescriptionSnapAllignDistribute
(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 UndoInterfaceModifier and TypeClassDescriptionclass
The definition of a PDI job is represented by a JobMeta object. -
Uses of UndoInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement UndoInterfaceModifier and TypeClassDescriptionclass
This class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc.