Uses of Class
org.apache.hop.core.undo.ChangeAction
-
Packages that use ChangeAction Package Description org.apache.hop.base org.apache.hop.core.gui -
-
Uses of ChangeAction in org.apache.hop.base
Fields in org.apache.hop.base with type parameters of type ChangeAction Modifier and Type Field Description protected List<ChangeAction>AbstractMeta. undoMethods in org.apache.hop.base that return ChangeAction Modifier and Type Method Description ChangeActionAbstractMeta. nextUndo()ChangeActionAbstractMeta. previousUndo()ChangeActionAbstractMeta. viewNextUndo()ChangeActionAbstractMeta. viewPreviousUndo()ChangeActionAbstractMeta. viewThisUndo()View current undo, don't change undo position -
Uses of ChangeAction in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui that return ChangeAction Modifier and Type Method Description ChangeActionIUndo. nextUndo()Get the next undo transaction on the list.ChangeActionIUndo. previousUndo()Get the previous undo operation and change the undo pointerChangeActionIUndo. viewNextUndo()Get the next undo transaction on the list.ChangeActionIUndo. viewPreviousUndo()View previous undo, don't change undo positionChangeActionIUndo. viewThisUndo()View current undo, don't change undo position
-