Uses of Class
de.hybris.platform.cockpit.model.undo.impl.CannotRedoException
-
-
Uses of CannotRedoException in de.hybris.platform.cockpit.model.undo
Methods in de.hybris.platform.cockpit.model.undo that throw CannotRedoException Modifier and Type Method Description voidUndoableOperation. 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 Modifier and Type Method Description voidBulkUndoableOperation. redo()voidItemChangeUndoableOperation. redo() -
Uses of CannotRedoException in de.hybris.platform.cockpit.services.undo
Methods in de.hybris.platform.cockpit.services.undo that throw CannotRedoException Modifier and Type Method Description voidUndoManager. 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 Modifier and Type Method Description voidDefaultUndoManager. redo() -
Uses of CannotRedoException in de.hybris.platform.cockpit.test
Methods in de.hybris.platform.cockpit.test that throw CannotRedoException Modifier and Type Method Description voidTestUndoableOperation. redo() -
Uses of CannotRedoException in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that throw CannotRedoException Modifier and Type Method Description static 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 Modifier and Type Method Description voidBundleUndoManager. redo() -
Uses of CannotRedoException in de.hybris.platform.productcockpit.model.undo
Methods in de.hybris.platform.productcockpit.model.undo that throw CannotRedoException Modifier and Type Method Description voidCategoryAssignmentUndoableOperation. redo()
-