Package io.keikai.ui.impl.undo
Class CellBorderAction
java.lang.Object
io.keikai.ui.impl.undo.AbstractUndoableAction
io.keikai.ui.impl.undo.AbstractCellDataStyleAction
io.keikai.ui.impl.undo.CellBorderAction
- All Implemented Interfaces:
UndoableAction,Serializable
- Author:
- dennis
- See Also:
-
Field Summary
Fields inherited from class io.keikai.ui.impl.undo.AbstractCellDataStyleAction
RESERVE_ALL, RESERVE_CONTENT, RESERVE_MERGE, RESERVE_STYLEFields inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
_column, _label, _lastColumn, _lastRow, _row, _sheet, _wholeColumn, _wholeRow -
Constructor Summary
ConstructorsConstructorDescriptionCellBorderAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.ApplyBorderType applyType, CellStyle.BorderType borderType, String htmlColor) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected intprotected intprotected intprotected intMethods inherited from class io.keikai.ui.impl.undo.AbstractCellDataStyleAction
doAction, getReservedSheet, isRedoable, isSheetProtected, isUndoable, undoActionMethods inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isAnyCellProtected, isSheetAvailable, toString
-
Constructor Details
-
CellBorderAction
public CellBorderAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.ApplyBorderType applyType, CellStyle.BorderType borderType, String htmlColor)
-
-
Method Details
-
getReservedRow
protected int getReservedRow()- Overrides:
getReservedRowin classAbstractCellDataStyleAction
-
getReservedColumn
protected int getReservedColumn()- Overrides:
getReservedColumnin classAbstractCellDataStyleAction
-
getReservedLastRow
protected int getReservedLastRow()- Overrides:
getReservedLastRowin classAbstractCellDataStyleAction
-
getReservedLastColumn
protected int getReservedLastColumn()- Overrides:
getReservedLastColumnin classAbstractCellDataStyleAction
-
applyAction
protected void applyAction()- Specified by:
applyActionin classAbstractCellDataStyleAction
-