Package io.keikai.ui.impl
Class ActionHelper
- java.lang.Object
-
- io.keikai.ui.impl.ActionHelper
-
public class ActionHelper extends Object
- Since:
- 3.6.0
- Author:
- henri
-
-
Constructor Summary
Constructors Constructor Description ActionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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
-
-
-