JComponentPack 1.5.0

com.zfqjava.swing.cell
Class CellEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by 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

Field Summary
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
CellEdit()
           
 
Method Summary
 Cell getCell()
           
 Cell getRedoCell()
           
 Cell getUndoCell()
           
protected  void setCell(Cell c)
           
protected  void setCell(int row, int column)
           
protected  void setCell(int firstRow, int lastRow, int firstColumn, int lastColumn)
           
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellEdit

public CellEdit()
Method Detail

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

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.