|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.eliad.swing.GridEditingEvent
An event in the course of cell editing in a grid. Events may be:
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
GridEditingEvent(java.lang.Object source,
int row,
int column)
Constructs an editing event for a given cell. |
|
| Method Summary | |
int |
getColumn()
|
int |
getRow()
|
| Methods inherited from class java.util.EventObject |
getSource,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public GridEditingEvent(java.lang.Object source,
int row,
int column)
row - the row of the cell where the event took place.colum - the column of the cell where the event took place.| Method Detail |
public int getRow()
public int getColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||