Uses of Class
io.keikai.doc.collab.utils.UndoManager
Packages that use UndoManager
-
Uses of UndoManager in io.keikai.doc.collab.structs
Methods in io.keikai.doc.collab.structs with parameters of type UndoManagerModifier and TypeMethodDescriptionstatic ItemItem.redoItem(Transaction transaction, Item item, Set<Item> redoItems, DeleteSet itemsToDelete, boolean ignoreRemoteMapChanges, UndoManager undoManager) Redoes the effect of an operation. -
Uses of UndoManager in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils with parameters of type UndoManagerModifier and TypeMethodDescriptionstatic voidUndoManager.clearUndoManagerStackItem(Transaction tr, UndoManager um, StackItem stackItem) Clear an UndoManager stack item.static StackItemUndoManager.popStackItem(UndoManager undoManager, List<StackItem> stack, String eventType) Pop an item from the undo/redo stack.Method parameters in io.keikai.doc.collab.utils with type arguments of type UndoManagerModifier and TypeMethodDescriptionvoidUndoManager.onStackItemAdded(BiConsumer<StackItemEvent, UndoManager> eventListener) voidUndoManager.onStackItemPopped(BiConsumer<StackItemEvent, UndoManager> eventListener) voidUndoManager.onStackItemUpdated(BiConsumer<StackItemEvent, UndoManager> eventListener)