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
- Since:
- 3.6.0
- Author:
- henrichen
- See Also:
-
Field Summary
Fields inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
_column, _label, _lastColumn, _lastRow, _row, _sheet, _wholeColumn, _wholeRow -
Constructor Summary
ConstructorsConstructorDescriptionCellRichTextAction(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
Methods inherited from class io.keikai.ui.impl.undo.AbstractEditTextAction
doAction, getReservedColumn, getReservedLastColumn, getReservedLastRow, getReservedRow, getReservedSheet, isRangeProtected, isRedoable, isUndoable, undoActionMethods inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isAnyCellProtected, isSheetAvailable, isSheetProtected, toString
-
Constructor Details
-
CellRichTextAction
-
CellRichTextAction
public CellRichTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, CellOperationUtil.CellStyleApplier applier)
-
-
Method Details
-
applyAction
protected void applyAction()- Specified by:
applyActionin classAbstractEditTextAction
-