com.jidesoft.grid
Class CellChangeEvent
java.lang.Object
java.util.EventObject
javax.swing.event.ChangeEvent
com.jidesoft.grid.CellChangeEvent
- All Implemented Interfaces:
- Serializable
public class CellChangeEvent
- extends ChangeEvent
The event object for JideCellEditerListener. The source of
this event is usually the cell editor. It also has row and column information.
- See Also:
- Serialized Form
CellChangeEvent
public CellChangeEvent(Object source)
getRow
public int getRow()
setRow
public void setRow(int row)
getColumn
public int getColumn()
setColumn
public void setColumn(int column)
toString
public String toString()
- Overrides:
toString
in class EventObject