| Modifier and Type | Method and Description |
|---|---|
void |
UndoableOperation.redo()
Redo the operation that has been undone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemChangeUndoableOperation.redo() |
void |
BulkUndoableOperation.redo() |
| Modifier and Type | Method and Description |
|---|---|
void |
UndoManager.redo()
Re-does the last undo operation, removes it from the re-do stack and puts it on the undo stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultUndoManager.redo() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestUndoableOperation.redo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
UndoTools.redo(UndoManager undoManager,
UndoableOperation operation)
Performs re-do of all operation from the top of the stack to the given one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleUndoManager.redo() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryAssignmentUndoableOperation.redo() |
Copyright © 2018 SAP SE. All Rights Reserved.