public class ClearCellAction extends AbstractCellDataStyleAction
Modifier and Type | Class and Description |
---|---|
static class |
ClearCellAction.Type |
RESERVE_ALL, RESERVE_CONTENT, RESERVE_MERGE, RESERVE_STYLE
_column, _label, _lastColumn, _lastRow, _row, _sheet, _wholeColumn, _wholeRow
Constructor and Description |
---|
ClearCellAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
ClearCellAction.Type type) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyAction() |
protected boolean |
isSheetProtected()
Check if sheet is protected
|
doAction, getReservedColumn, getReservedLastColumn, getReservedLastRow, getReservedRow, getReservedSheet, isRedoable, isUndoable, undoAction
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isAnyCellProtected, isSheetAvailable, toString
public ClearCellAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, ClearCellAction.Type type)
protected void applyAction()
applyAction
in class AbstractCellDataStyleAction
protected boolean isSheetProtected()
AbstractUndoableAction
isSheetProtected
in class AbstractCellDataStyleAction
Copyright © 2020. All rights reserved.