| Modifier and Type | Method and Description |
|---|---|
static void |
UndoSectionRenderer.doRedoTask(UndoableOperation redoOperation,
Object source) |
static void |
UndoSectionRenderer.doUndoTask(UndoableOperation undoOperation,
Object source) |
| Modifier and Type | Method and Description |
|---|---|
UndoableOperation |
AbstractUndoRedoEvent.getOperation() |
| Constructor and Description |
|---|
AbstractUndoRedoEvent(Object source,
UndoableOperation operation)
Constructor.
|
UndoAddedEvent(Object source,
UndoableOperation operation)
Constructor.
|
UndoRedoEvent(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 |
|---|---|
List<UndoableOperation> |
BulkUndoableOperation.getOperations() |
| Constructor and Description |
|---|
BulkUndoableOperation(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 |
|---|---|
List<UndoableOperation> |
UndoManager.getRedoOperations()
Returns the re-do operations in the stack's order with the most recent first.
|
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 |
|---|---|
List<UndoableOperation> |
DefaultUndoManager.getRedoOperations() |
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 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,
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.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 |
|---|---|
List<UndoableOperation> |
BundleUndoManager.getRedoOperations() |
List<UndoableOperation> |
BundleUndoManager.getUndoOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleUndoManager.addOperation(UndoableOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintCockpitUndoTools.createUndoForPublicationChapterDrop(Map<PK,Collection<ChapterModel>> origValues,
List<UndoableOperation> operations)
Creates undoable operation implementations for given original values of chapters
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChapterPagesUndoableOperation |
class |
ChapterStructureUndoableOperation |
class |
PrintNavigationChangeUndoableOperation |
| Constructor and Description |
|---|
PrintNavigationChangeUndoableOperation(List<UndoableOperation> operations) |
PrintNavigationChangeUndoableOperation(List<UndoableOperation> operations,
String labelKey) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintCockpitUtilities.setPublicationRecursively(Collection<TypedObject> elements,
PublicationModel publication,
List<UndoableOperation> operations)
Sets publication recursively for all elements in given collection
|
static void |
PrintCockpitUtilities.setPublicationRecursivelyForChapter(TypedObject chapterObject,
PublicationModel publication,
List<UndoableOperation> operations)
Sets publication for given chapter and all subelements
|
static void |
PrintCockpitUtilities.setPublicationRecursivelyForPage(TypedObject pageObject,
PublicationModel publication,
List<UndoableOperation> operations)
Sets publication for given page and all subelements
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAssignmentUndoableOperation
Undo-able operation representing moving or copying elements from one category to other category.
|
Copyright © 2017 SAP SE. All Rights Reserved.