Package io.keikai.ui.impl.undo
Class ShiftCellAction
- java.lang.Object
-
- io.keikai.ui.impl.undo.AbstractUndoableAction
-
- io.keikai.ui.impl.undo.Abstract2DCellDataStyleAction
-
- io.keikai.ui.impl.undo.ShiftCellAction
-
- All Implemented Interfaces:
UndoableAction
,Serializable
public class ShiftCellAction extends Abstract2DCellDataStyleAction
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikai.ui.impl.undo.Abstract2DCellDataStyleAction
_destColumn, _destLastColumn, _destLastRow, _destRow, _destSheet, _destWholeColumn, _destWholeRow, RESERVE_ALL, RESERVE_CONTENT, RESERVE_MERGE, RESERVE_STYLE
-
Fields inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
_column, _label, _lastColumn, _lastRow, _row, _sheet, _wholeColumn, _wholeRow
-
-
Constructor Summary
Constructors Constructor Description ShiftCellAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, int rowNumber, int columnNumber)
-
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.Abstract2DCellDataStyleAction
doAction, getRedoSelection, getRedoSheet, getReservedDestColumn, getReservedDestLastColumn, getReservedDestLastRow, getReservedDestRow, getReservedDestSheet, getReservedSrcColumn, getReservedSrcLastColumn, getReservedSrcLastRow, getReservedSrcRow, getReservedSrcSheet, getUndoSheet, isDstSheetProtected, isRedoable, isSheetProtected, isSrcSheetProtected, isUndoable, undoAction
-
Methods inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
getLabel, getUndoSelection, isAnyCellProtected, isSheetAvailable, toString
-
-
-
-
Method Detail
-
applyAction
protected void applyAction()
- Overrides:
applyAction
in classAbstract2DCellDataStyleAction
-
-