Uses of Class
io.keikai.doc.collab.utils.StackItem
Packages that use StackItem
-
Uses of StackItem in io.keikai.doc.collab.structs
Method parameters in io.keikai.doc.collab.structs with type arguments of type StackItemModifier and TypeMethodDescriptionstatic booleanItem.isDeletedByUndoStack(List<StackItem> stack, ID id) Checks if an ID is deleted by the undo stack. -
Uses of StackItem in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils that return StackItemModifier and TypeMethodDescriptionUndoManager.getCurrStackItem()StackItemEvent.getStackItem()static StackItemUndoManager.popStackItem(UndoManager undoManager, List<StackItem> stack, String eventType) Pop an item from the undo/redo stack.UndoManager.redo()Redo last undo operation.UndoManager.undo()Undo last changes on type.Methods in io.keikai.doc.collab.utils that return types with arguments of type StackItemMethods in io.keikai.doc.collab.utils with parameters of type StackItemModifier and TypeMethodDescriptionstatic voidUndoManager.clearUndoManagerStackItem(Transaction tr, UndoManager um, StackItem stackItem) Clear an UndoManager stack item.voidUndoManager.setCurrStackItem(StackItem currStackItem) Method parameters in io.keikai.doc.collab.utils with type arguments of type StackItemModifier and TypeMethodDescriptionstatic StackItemUndoManager.popStackItem(UndoManager undoManager, List<StackItem> stack, String eventType) Pop an item from the undo/redo stack.Constructors in io.keikai.doc.collab.utils with parameters of type StackItemModifierConstructorDescriptionStackItemEvent(StackItem stackItem, Object origin, String type, Map<AbstractType, List<YEvent>> changedParentTypes)