Uses of Class
de.hybris.platform.cockpit.model.undo.impl.CannotRedoException
Packages that use CannotRedoException
Package
Description
-
Uses of CannotRedoException in de.hybris.platform.cockpit.model.undo
Methods in de.hybris.platform.cockpit.model.undo that throw CannotRedoExceptionModifier and TypeMethodDescriptionvoidUndoableOperation.redo()Redo the operation that has been undone. -
Uses of CannotRedoException in de.hybris.platform.cockpit.model.undo.impl
Methods in de.hybris.platform.cockpit.model.undo.impl that throw CannotRedoException -
Uses of CannotRedoException in de.hybris.platform.cockpit.services.undo
Methods in de.hybris.platform.cockpit.services.undo that throw CannotRedoExceptionModifier and TypeMethodDescriptionvoidUndoManager.redo()Re-does the last undo operation, removes it from the re-do stack and puts it on the undo stack. -
Uses of CannotRedoException in de.hybris.platform.cockpit.services.undo.impl
Methods in de.hybris.platform.cockpit.services.undo.impl that throw CannotRedoException -
Uses of CannotRedoException in de.hybris.platform.cockpit.test
Methods in de.hybris.platform.cockpit.test that throw CannotRedoException -
Uses of CannotRedoException in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that throw CannotRedoExceptionModifier and TypeMethodDescriptionstatic voidUndoTools.redo(UndoManager undoManager, UndoableOperation operation) Performs re-do of all operation from the top of the stack to the given one. -
Uses of CannotRedoException in de.hybris.platform.configurablebundlecockpits.services.undo.impl
Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl that throw CannotRedoException -
Uses of CannotRedoException in de.hybris.platform.productcockpit.model.undo
Methods in de.hybris.platform.productcockpit.model.undo that throw CannotRedoException