public class CellEditTextAction extends AbstractEditTextAction
_column, _label, _lastColumn, _lastRow, _row, _sheet, _wholeColumn, _wholeRow
Constructor and Description |
---|
CellEditTextAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
String editText) |
CellEditTextAction(String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
String[][] editTexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyAction() |
doAction, getReservedColumn, getReservedLastColumn, getReservedLastRow, getReservedRow, getReservedSheet, isRangeProtected, isRedoable, isUndoable, undoAction
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isAnyCellProtected, isSheetAvailable, isSheetProtected, toString
public CellEditTextAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, String editText)
protected void applyAction()
applyAction
in class AbstractEditTextAction
Copyright © 2020. All rights reserved.