Package io.keikai.ui.impl
Class ActionHelper
java.lang.Object
io.keikai.ui.impl.ActionHelper
- Since:
- 3.6.0
- Author:
- henri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcollectRichTextStyleActions(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.
-
Constructor Details
-
ActionHelper
public ActionHelper()
-
-
Method Details
-
collectRichTextStyleActions
public static void 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.- Parameters:
range-applier-actions-
-