Package io.keikai.ui.impl.undo
Class CellRichTextAction
- java.lang.Object
-
- io.keikai.ui.impl.undo.AbstractUndoableAction
-
- io.keikai.ui.impl.undo.AbstractEditTextAction
-
- io.keikai.ui.impl.undo.CellRichTextAction
-
- All Implemented Interfaces:
UndoableAction
,Serializable
public class CellRichTextAction extends AbstractEditTextAction
- Since:
- 3.6.0
- Author:
- henrichen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
_column, _label, _lastColumn, _lastRow, _row, _sheet, _wholeColumn, _wholeRow
-
-
Constructor Summary
Constructors Constructor Description CellRichTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, CellOperationUtil.CellStyleApplier applier)
CellRichTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, String editText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyAction()
-
Methods inherited from class io.keikai.ui.impl.undo.AbstractEditTextAction
doAction, getReservedColumn, getReservedLastColumn, getReservedLastRow, getReservedRow, getReservedSheet, isRangeProtected, isRedoable, isUndoable, undoAction
-
Methods inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isAnyCellProtected, isSheetAvailable, isSheetProtected, toString
-
-
-
-
Constructor Detail
-
CellRichTextAction
public CellRichTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, String editText)
-
CellRichTextAction
public CellRichTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, CellOperationUtil.CellStyleApplier applier)
-
-
Method Detail
-
applyAction
protected void applyAction()
- Specified by:
applyAction
in classAbstractEditTextAction
-
-