| Modifier and Type | Method and Description |
|---|---|
UndoManager |
UndoSectionRenderer.getUndoManager() |
| Modifier and Type | Method and Description |
|---|---|
protected UndoManager |
DefaultModelHelper.getUndoManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModelHelper.setUndoManager(UndoManager undoManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUndoManager
Default implementation of undo manager functionality.
|
| Modifier and Type | Method and Description |
|---|---|
UndoManager |
DummyUISession.getUndoManager() |
UndoManager |
UISession.getUndoManager() |
| Modifier and Type | Method and Description |
|---|---|
UndoManager |
EditorArea.getUndoManager() |
UndoManager |
UISessionImpl.getUndoManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorArea.setUndoManager(UndoManager undoManager) |
void |
UISessionImpl.setUndoManager(UndoManager undoManager) |
| Modifier and Type | Method and Description |
|---|---|
protected UndoManager |
UndoManagerTest.getUndoManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
UndoTools.addOperationAndEventInternal(UndoManager undoManager,
UndoableOperation operation,
Object eventSource) |
static void |
UndoTools.addUndoOperationAndEvent(UndoManager undoManager,
UndoableOperation operation,
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.stopUndoGrouping(UndoManager undoManager,
Object eventSource)
Stops the grouping of undo-able operations.
|
static void |
UndoTools.stopUndoGrouping(UndoManager undoManager,
Object eventSource,
BulkUndoableOperation bulk) |
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 | Class and Description |
|---|---|
class |
BundleUndoManager
Bundle specific implementation of the
UndoManager. |
Copyright © 2017 SAP SE. All Rights Reserved.