public class CellCommentAction extends AbstractUndoableAction
_column, _label, _lastColumn, _lastRow, _row, _sheet| Constructor and Description |
|---|
CellCommentAction(java.lang.String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
java.lang.String editText) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
do the action, either first time or redo
|
boolean |
isRedoable()
Check if still redoable or not
|
protected boolean |
isSheetProtected()
Check if sheet is protected
|
boolean |
isUndoable()
Check if still undoable or not
|
void |
undoAction()
Undo the action
|
getLabel, getRedoSelection, getRedoSheet, getUndoSelection, getUndoSheet, isSheetAvailable, toStringpublic CellCommentAction(java.lang.String label,
Sheet sheet,
int row,
int column,
int lastRow,
int lastColumn,
java.lang.String editText)
public void doAction()
UndoableActionpublic boolean isUndoable()
UndoableActionpublic boolean isRedoable()
UndoableActionpublic void undoAction()
UndoableActionprotected boolean isSheetProtected()
AbstractUndoableActionisSheetProtected in class AbstractUndoableActionCopyright © 2005-2010 Potix Corporation. All Rights Reserved.