JIDE 3.5.15

com.jidesoft.grid
Class CellChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.ChangeEvent
          extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CellChangeEvent(Object source)
           
 
Method Summary
 int getColumn()
           
 int getRow()
           
 void setColumn(int column)
           
 void setRow(int row)
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellChangeEvent

public CellChangeEvent(Object source)
Method Detail

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

JIDE 3.5.15