Uses of Interface
io.keikai.ui.sys.UndoableAction
Packages that use UndoableAction
Package
Description
Events of Keikai Spreadsheet UI Component.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
Classes that doing system control on Keikai Spreadsheet UI Components.
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
-
Uses of UndoableAction in io.keikai.ui.event
Methods in io.keikai.ui.event that return UndoableActionConstructors in io.keikai.ui.event with parameters of type UndoableActionModifierConstructorDescriptionUndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action) -
Uses of UndoableAction in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type UndoableActionModifier and TypeMethodDescriptionvoidDummyUndoableActionManager.doAction(UndoableAction action) Method parameters in io.keikai.ui.impl with type arguments of type UndoableActionModifier and TypeMethodDescriptionstatic voidActionHelper.collectRichTextStyleActions(Range range, CellOperationUtil.CellStyleApplier applier, List<UndoableAction> actions) Scan the given range and collect rich text cells actions which will be applied with the applier. -
Uses of UndoableAction in io.keikai.ui.impl.undo
Classes in io.keikai.ui.impl.undo that implement UndoableActionModifier and TypeClassDescriptionclassabstract class handle src and destination content/style reservationclassabstract class handle src content/style reservationclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassConstructors in io.keikai.ui.impl.undo with parameters of type UndoableAction -
Uses of UndoableAction in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type UndoableActionModifier and TypeMethodDescriptionvoidUndoableActionManager.doAction(UndoableAction action) Do the action and put it into history -
Uses of UndoableAction in io.keikaiex.ui.impl
Methods in io.keikaiex.ui.impl with parameters of type UndoableAction -
Uses of UndoableAction in io.keikaiex.ui.impl.undo
Classes in io.keikaiex.ui.impl.undo that implement UndoableAction