| Modifier and Type | Method and Description |
|---|---|
static void |
UndoSectionRenderer.doRedoTask(UndoableOperation redoOperation,
java.lang.Object source) |
static void |
UndoSectionRenderer.doUndoTask(UndoableOperation undoOperation,
java.lang.Object source) |
| Modifier and Type | Method and Description |
|---|---|
UndoableOperation |
AbstractUndoRedoEvent.getOperation() |
| Constructor and Description |
|---|
AbstractUndoRedoEvent(java.lang.Object source,
UndoableOperation operation)
Constructor.
|
UndoAddedEvent(java.lang.Object source,
UndoableOperation operation)
Constructor.
|
UndoRedoEvent(java.lang.Object source,
UndoableOperation operation,
boolean undo)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkUndoableOperation
Holds a list of undo-able operations which can be undone/re-done as a bulk operation (at once).
|
class |
ItemChangeUndoableOperation
An undo-able operation representing changing value of a property of an item.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UndoableOperation> |
BulkUndoableOperation.getOperations() |
| Constructor and Description |
|---|
BulkUndoableOperation(java.util.List<UndoableOperation> operations) |
| Modifier and Type | Method and Description |
|---|---|
UndoableOperation |
UndoManager.peekRedoOperation()
Returns the latest re-do operation without performing it.
|
UndoableOperation |
UndoManager.peekUndoOperation()
Returns the latest undo operation without performing it.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UndoableOperation> |
UndoManager.getRedoOperations()
Returns the re-do operations in the stack's order with the most recent first.
|
java.util.List<UndoableOperation> |
UndoManager.getUndoOperations()
Returns the undo operations in the stack's order with the most recent first.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UndoManager.addOperation(UndoableOperation operation)
Puts an UndoableOperation on the stack.
|
| Modifier and Type | Method and Description |
|---|---|
UndoableOperation |
DefaultUndoManager.peekRedoOperation() |
UndoableOperation |
DefaultUndoManager.peekUndoOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UndoableOperation> |
DefaultUndoManager.getRedoOperations() |
java.util.List<UndoableOperation> |
DefaultUndoManager.getUndoOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultUndoManager.addOperation(UndoableOperation operation) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestUndoableOperation |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<UndoableOperation> |
UndoTools.getGroupedOperations()
Returns list of currently grouped operations (See
UndoTools.startUndoGrouping()). |
| Modifier and Type | Method and Description |
|---|---|
static void |
UndoTools.addOperationAndEventInternal(UndoManager undoManager,
UndoableOperation operation,
java.lang.Object eventSource) |
static void |
UndoTools.addUndoOperationAndEvent(UndoManager undoManager,
UndoableOperation operation,
java.lang.Object eventSource)
Adds the given operation to the undo stack and sends global undo event.
|
static void |
UndoTools.redo(UndoManager undoManager,
UndoableOperation operation)
Performs re-do of all operation from the top of the stack to the given one.
|
static void |
UndoTools.undo(UndoManager undoManager,
UndoableOperation operation)
Performs undo of all operation from the top of the stack to the given one.
|
| Modifier and Type | Method and Description |
|---|---|
UndoableOperation |
BundleUndoManager.peekRedoOperation() |
UndoableOperation |
BundleUndoManager.peekUndoOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UndoableOperation> |
BundleUndoManager.getRedoOperations() |
java.util.List<UndoableOperation> |
BundleUndoManager.getUndoOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleUndoManager.addOperation(UndoableOperation operation) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAssignmentUndoableOperation
Undo-able operation representing moving or copying elements from one category to other category.
|
Copyright © 2018 SAP SE. All Rights Reserved.