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
public class CellBorderAction extends AbstractCellDataStyleAction
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikai.ui.impl.undo.AbstractCellDataStyleAction
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 CellBorderAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.ApplyBorderType applyType, CellStyle.BorderType borderType, String htmlColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyAction()
protected int
getReservedColumn()
protected int
getReservedLastColumn()
protected int
getReservedLastRow()
protected int
getReservedRow()
-
Methods inherited from class io.keikai.ui.impl.undo.AbstractCellDataStyleAction
doAction, getReservedSheet, isRedoable, isSheetProtected, isUndoable, undoAction
-
Methods inherited from class io.keikai.ui.impl.undo.AbstractUndoableAction
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isAnyCellProtected, isSheetAvailable, toString
-
-
-
-
Constructor Detail
-
CellBorderAction
public CellBorderAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, Range.ApplyBorderType applyType, CellStyle.BorderType borderType, String htmlColor)
-
-
Method Detail
-
getReservedRow
protected int getReservedRow()
- Overrides:
getReservedRow
in classAbstractCellDataStyleAction
-
getReservedColumn
protected int getReservedColumn()
- Overrides:
getReservedColumn
in classAbstractCellDataStyleAction
-
getReservedLastRow
protected int getReservedLastRow()
- Overrides:
getReservedLastRow
in classAbstractCellDataStyleAction
-
getReservedLastColumn
protected int getReservedLastColumn()
- Overrides:
getReservedLastColumn
in classAbstractCellDataStyleAction
-
applyAction
protected void applyAction()
- Specified by:
applyAction
in classAbstractCellDataStyleAction
-
-