Uses of Interface
de.hybris.platform.cockpit.services.undo.UndoManager
Packages that use UndoManager
Package
Description
-
Uses of UndoManager in de.hybris.platform.cockpit.helpers.impl
Methods in de.hybris.platform.cockpit.helpers.impl that return UndoManagerMethods in de.hybris.platform.cockpit.helpers.impl with parameters of type UndoManagerModifier and TypeMethodDescriptionvoidDefaultModelHelper.setUndoManager(UndoManager undoManager) -
Uses of UndoManager in de.hybris.platform.cockpit.services.undo.impl
Classes in de.hybris.platform.cockpit.services.undo.impl that implement UndoManagerModifier and TypeClassDescriptionclassDefault implementation of undo manager functionality. -
Uses of UndoManager in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UndoManager -
Uses of UndoManager in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return UndoManagerMethods in de.hybris.platform.cockpit.session.impl with parameters of type UndoManagerModifier and TypeMethodDescriptionvoidEditorArea.setUndoManager(UndoManager undoManager) voidUISessionImpl.setUndoManager(UndoManager undoManager) -
Uses of UndoManager in de.hybris.platform.cockpit.test
Methods in de.hybris.platform.cockpit.test that return UndoManager -
Uses of UndoManager in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type UndoManagerModifier 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.stopUndoGrouping(UndoManager undoManager, Object eventSource) Stops the grouping of undo-able operations.static voidUndoTools.stopUndoGrouping(UndoManager undoManager, Object eventSource, BulkUndoableOperation bulk) static voidUndoTools.undo(UndoManager undoManager, UndoableOperation operation) Performs undo of all operation from the top of the stack to the given one. -
Uses of UndoManager in de.hybris.platform.configurablebundlecockpits.services.undo.impl
Classes in de.hybris.platform.configurablebundlecockpits.services.undo.impl that implement UndoManager