Uses of Interface
de.hybris.platform.cockpit.model.undo.UndoableOperation
Packages that use UndoableOperation
Package
Description
-
Uses of UndoableOperation in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return UndoableOperationConstructors in de.hybris.platform.cockpit.events.impl with parameters of type UndoableOperationModifierConstructorDescriptionAbstractUndoRedoEvent(Object source, UndoableOperation operation) Constructor.UndoAddedEvent(Object source, UndoableOperation operation) Constructor.UndoRedoEvent(Object source, UndoableOperation operation, boolean undo) Constructor. -
Uses of UndoableOperation in de.hybris.platform.cockpit.model.undo.impl
Classes in de.hybris.platform.cockpit.model.undo.impl that implement UndoableOperationModifier and TypeClassDescriptionclassHolds a list of undo-able operations which can be undone/re-done as a bulk operation (at once).classAn undo-able operation representing changing value of a property of an item.Methods in de.hybris.platform.cockpit.model.undo.impl that return types with arguments of type UndoableOperationConstructor parameters in de.hybris.platform.cockpit.model.undo.impl with type arguments of type UndoableOperation -
Uses of UndoableOperation in de.hybris.platform.cockpit.services.undo
Methods in de.hybris.platform.cockpit.services.undo that return UndoableOperationModifier and TypeMethodDescriptionUndoManager.peekRedoOperation()Returns the latest re-do operation without performing it.UndoManager.peekUndoOperation()Returns the latest undo operation without performing it.Methods in de.hybris.platform.cockpit.services.undo that return types with arguments of type UndoableOperationModifier and TypeMethodDescriptionUndoManager.getRedoOperations()Returns the re-do operations in the stack's order with the most recent first.UndoManager.getUndoOperations()Returns the undo operations in the stack's order with the most recent first.Methods in de.hybris.platform.cockpit.services.undo with parameters of type UndoableOperationModifier and TypeMethodDescriptionvoidUndoManager.addOperation(UndoableOperation operation) Puts an UndoableOperation on the stack. -
Uses of UndoableOperation in de.hybris.platform.cockpit.services.undo.impl
Methods in de.hybris.platform.cockpit.services.undo.impl that return UndoableOperationModifier and TypeMethodDescriptionDefaultUndoManager.peekRedoOperation()DefaultUndoManager.peekUndoOperation()Methods in de.hybris.platform.cockpit.services.undo.impl that return types with arguments of type UndoableOperationModifier and TypeMethodDescriptionDefaultUndoManager.getRedoOperations()DefaultUndoManager.getUndoOperations()Methods in de.hybris.platform.cockpit.services.undo.impl with parameters of type UndoableOperationModifier and TypeMethodDescriptionvoidDefaultUndoManager.addOperation(UndoableOperation operation) -
Uses of UndoableOperation in de.hybris.platform.cockpit.test
Classes in de.hybris.platform.cockpit.test that implement UndoableOperation -
Uses of UndoableOperation in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return types with arguments of type UndoableOperationModifier and TypeMethodDescriptionstatic List<UndoableOperation>UndoTools.getGroupedOperations()Returns list of currently grouped operations (SeeUndoTools.startUndoGrouping()).Methods in de.hybris.platform.cockpit.util with parameters of type UndoableOperationModifier and TypeMethodDescriptionstatic voidUndoTools.addOperationAndEventInternal(UndoManager undoManager, UndoableOperation operation, Object eventSource) static voidUndoTools.addUndoOperationAndEvent(UndoManager undoManager, UndoableOperation operation, Object eventSource) Adds the given operation to the undo stack and sends global undo event.static voidUndoTools.redo(UndoManager undoManager, UndoableOperation operation) Performs re-do of all operation from the top of the stack to the given one.static voidUndoTools.undo(UndoManager undoManager, UndoableOperation operation) Performs undo of all operation from the top of the stack to the given one. -
Uses of UndoableOperation in de.hybris.platform.configurablebundlecockpits.services.undo.impl
Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl that return UndoableOperationModifier and TypeMethodDescriptionBundleUndoManager.peekRedoOperation()BundleUndoManager.peekUndoOperation()Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl that return types with arguments of type UndoableOperationModifier and TypeMethodDescriptionBundleUndoManager.getRedoOperations()BundleUndoManager.getUndoOperations()Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl with parameters of type UndoableOperationModifier and TypeMethodDescriptionvoidBundleUndoManager.addOperation(UndoableOperation operation) -
Uses of UndoableOperation in de.hybris.platform.productcockpit.model.undo
Classes in de.hybris.platform.productcockpit.model.undo that implement UndoableOperationModifier and TypeClassDescriptionclassUndo-able operation representing moving or copying elements from one category to other category.