Package io.keikaiex.ui.impl.undo
Class CellCommentAction
- java.lang.Object
-
- io.keikai.ui.impl.undo.AbstractUndoableAction
-
- io.keikaiex.ui.impl.undo.CellCommentAction
-
- All Implemented Interfaces:
io.keikai.ui.sys.UndoableAction,java.io.Serializable
public class CellCommentAction extends io.keikai.ui.impl.undo.AbstractUndoableAction- Since:
- 3.7.0
- Author:
- JerryChen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CellCommentAction(java.lang.String label, io.keikai.api.model.Sheet sheet, int row, int column, int lastRow, int lastColumn, java.lang.String editText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction()booleanisRedoable()protected booleanisSheetProtected()booleanisUndoable()voidundoAction()
-