Uses of Interface
io.keikai.ui.sys.UndoableAction
-
Packages that use UndoableAction Package Description io.keikai.ui.event Events of Keikai Spreadsheet UI Component.io.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikai.ui.impl.undo Classes that doing system undoable action control on Keikai Spreadsheet UI Components.io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components.io.keikaiex.ui.impl io.keikaiex.ui.impl.undo 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 UndoableAction Modifier and Type Method Description UndoableAction
UndoableActionManagerEvent. getAction()
Constructors in io.keikai.ui.event with parameters of type UndoableAction Constructor Description UndoableActionManagerEvent(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 UndoableAction Modifier and Type Method Description void
DummyUndoableActionManager. doAction(UndoableAction action)
Method parameters in io.keikai.ui.impl with type arguments of type UndoableAction Modifier and Type Method Description static void
ActionHelper. 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 UndoableAction Modifier and Type Class Description class
Abstract2DCellDataStyleAction
abstract class handle src and destination content/style reservationclass
AbstractCellDataStyleAction
abstract class handle src content/style reservationclass
AbstractEditTextAction
class
AbstractUndoableAction
class
AggregatedAction
class
AutoFillCellAction
class
CellBorderAction
class
CellEditTextAction
class
CellRichTextAction
class
CellStyleAction
class
ClearCellAction
class
CutCellAction
class
DeleteCellAction
class
FontStyleAction
class
HideHeaderAction
class
InsertCellAction
class
MergeCellAction
class
PasteCellAction
class
PasteSpecialCellAction
class
ResizeHeaderAction
class
ShiftCellAction
class
SortCellAction
class
ToggleMergeCellAction
class
UnmergeCellAction
Constructors in io.keikai.ui.impl.undo with parameters of type UndoableAction Constructor Description AggregatedAction(String label, UndoableAction[] actions)
-
Uses of UndoableAction in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type UndoableAction Modifier and Type Method Description void
UndoableActionManager. 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 Modifier and Type Method Description void
UndoableActionManagerImpl. doAction(UndoableAction action)
-
Uses of UndoableAction in io.keikaiex.ui.impl.undo
Classes in io.keikaiex.ui.impl.undo that implement UndoableAction Modifier and Type Class Description class
CellCommentAction
class
DataValidationAction
-