com.zfqjava.swing.cell
Class CellEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
com.zfqjava.swing.cell.CellEdit
- All Implemented Interfaces:
- CellEditTracking, Serializable, UndoableEdit
public abstract class CellEdit
- extends AbstractUndoableEdit
- implements CellEditTracking
CellEdit provides a abstract cell undoable edit.
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo |
CellEdit
public CellEdit()
setCell
protected void setCell(int row,
int column)
setCell
protected void setCell(int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
setCell
protected void setCell(Cell c)
getCell
public Cell getCell()
getUndoCell
public Cell getUndoCell()
- Specified by:
getUndoCell in interface CellEditTracking
getRedoCell
public Cell getRedoCell()
- Specified by:
getRedoCell in interface CellEditTracking
Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.