Uses of Interface
org.apache.hop.core.gui.IUndo
-
Packages that use IUndo Package Description org.apache.hop.base org.apache.hop.core org.apache.hop.core.gui org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of IUndo in org.apache.hop.base
Classes in org.apache.hop.base that implement IUndo Modifier and Type Class Description classAbstractMeta -
Uses of IUndo in org.apache.hop.core
Methods in org.apache.hop.core with parameters of type IUndo Modifier and Type Method Description voidIAddUndoPosition. addUndoPosition(IUndo undoInterface, Object[] obj, int[] pos, Point[] prev, Point[] curr) -
Uses of IUndo in org.apache.hop.core.gui
Constructors in org.apache.hop.core.gui with parameters of type IUndo Constructor Description SnapAllignDistribute(IUndo undoInterface, List<? extends IGuiPosition> elements, int[] indices, IAddUndoPosition addUndoPositionInterface, IRedrawable redrawable) -
Uses of IUndo in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline that implement IUndo Modifier and Type Class Description classPipelineMetaThis class defines information about a pipeline and offers methods to save and load it from XML as well as methods to alter a pipeline by adding/removing databases, transforms, hops, etc. -
Uses of IUndo in org.apache.hop.workflow
Classes in org.apache.hop.workflow that implement IUndo Modifier and Type Class Description classWorkflowMetaThe definition of a Hop workflow is represented by a WorkflowMeta object.
-