Uses of Class
io.keikai.doc.collab.utils.StackItem
-
Packages that use StackItem Package Description io.keikai.doc.collab.structs io.keikai.doc.collab.utils -
-
Uses of StackItem in io.keikai.doc.collab.structs
Method parameters in io.keikai.doc.collab.structs with type arguments of type StackItem Modifier and Type Method Description static booleanItem. isDeletedByUndoStack(java.util.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 StackItem Modifier and Type Method Description StackItemUndoManager. getCurrStackItem()StackItemStackItemEvent. getStackItem()static StackItemUndoManager. popStackItem(UndoManager undoManager, java.util.List<StackItem> stack, java.lang.String eventType)Pop an item from the undo/redo stack.StackItemUndoManager. redo()Redo last undo operation.StackItemUndoManager. undo()Undo last changes on type.Methods in io.keikai.doc.collab.utils that return types with arguments of type StackItem Modifier and Type Method Description java.util.List<StackItem>UndoManager. getRedoStack()java.util.List<StackItem>UndoManager. getUndoStack()Methods in io.keikai.doc.collab.utils with parameters of type StackItem Modifier and Type Method Description static 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 StackItem Modifier and Type Method Description static StackItemUndoManager. popStackItem(UndoManager undoManager, java.util.List<StackItem> stack, java.lang.String eventType)Pop an item from the undo/redo stack.Constructors in io.keikai.doc.collab.utils with parameters of type StackItem Constructor Description StackItemEvent(StackItem stackItem, java.lang.Object origin, java.lang.String type, java.util.Map<AbstractType,java.util.List<YEvent>> changedParentTypes)
-