Package io.keikai.ui.impl.undo
Class CellEditTextAction
java.lang.Object
io.keikai.ui.impl.undo.AbstractUndoableAction
io.keikai.ui.impl.undo.AbstractEditTextAction
io.keikai.ui.impl.undo.CellEditTextAction
- All Implemented Interfaces:
UndoableAction,Serializable
- Author:
- dennis
- See Also:
-
Field Summary
Fields inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
_column, _label, _lastColumn, _lastRow, _row, _sheet, _wholeColumn, _wholeRow -
Constructor Summary
ConstructorsConstructorDescriptionCellEditTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, String[][] editTexts) CellEditTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, String[][] editTexts, boolean isPasteFromClipboard) CellEditTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, String editText, boolean isArrayFormula) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidvoidUndo the actionMethods inherited from class io.keikai.ui.impl.undo.AbstractEditTextAction
doAction, getReservedColumn, getReservedLastColumn, getReservedLastRow, getReservedRow, getReservedSheet, isRangeProtected, isRedoable, isUndoableMethods inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isAnyCellProtected, isSheetAvailable, isSheetProtected, toString
-
Constructor Details
-
CellEditTextAction
-
CellEditTextAction
-
CellEditTextAction
-
-
Method Details
-
applyAction
protected void applyAction()- Specified by:
applyActionin classAbstractEditTextAction
-
applyAction0
protected void applyAction0() -
undoAction
public void undoAction()Description copied from interface:UndoableActionUndo the action- Specified by:
undoActionin interfaceUndoableAction- Overrides:
undoActionin classAbstractEditTextAction
-