Uses of Interface
de.hybris.platform.cockpit.services.undo.UndoManager
-
-
Uses of UndoManager in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer that return UndoManager Modifier and Type Method Description UndoManagerUndoSectionRenderer. getUndoManager() -
Uses of UndoManager in de.hybris.platform.cockpit.helpers.impl
Methods in de.hybris.platform.cockpit.helpers.impl that return UndoManager Modifier and Type Method Description protected UndoManagerDefaultModelHelper. getUndoManager()Methods in de.hybris.platform.cockpit.helpers.impl with parameters of type UndoManager Modifier and Type Method Description voidDefaultModelHelper. 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 UndoManager Modifier and Type Class Description classDefaultUndoManagerDefault implementation of undo manager functionality. -
Uses of UndoManager in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UndoManager Modifier and Type Method Description UndoManagerDummyUISession. getUndoManager()UndoManagerUISession. getUndoManager() -
Uses of UndoManager in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return UndoManager Modifier and Type Method Description UndoManagerEditorArea. getUndoManager()UndoManagerUISessionImpl. getUndoManager()Methods in de.hybris.platform.cockpit.session.impl with parameters of type UndoManager Modifier and Type Method Description voidEditorArea. 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 Modifier and Type Method Description protected UndoManagerUndoManagerTest. getUndoManager() -
Uses of UndoManager in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type UndoManager Modifier and Type Method Description static voidUndoTools. addOperationAndEventInternal(UndoManager undoManager, UndoableOperation operation, java.lang.Object eventSource)static voidUndoTools. addUndoOperationAndEvent(UndoManager undoManager, UndoableOperation operation, java.lang.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, java.lang.Object eventSource)Stops the grouping of undo-able operations.static voidUndoTools. stopUndoGrouping(UndoManager undoManager, java.lang.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 Modifier and Type Class Description classBundleUndoManagerBundle specific implementation of theUndoManager.
-