public class CellValueChangedEvent extends java.util.EventObject implements WidgetEvent
Constructor and Description |
---|
CellValueChangedEvent(Widget widget,
int row,
int col)
Create a CellValueChangedEvent.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Get the column containing the cell whose value was edited.
|
int |
getRow()
Get the row containing the cell whose value was edited.
|
Widget |
getWidget()
Get the Widget which generated this event.
|
public CellValueChangedEvent(Widget widget, int row, int col)
widget
- the Widget whose value has changedrow
- the row containing the cell whose value was editedcol
- the column containing the cell whose value was editedpublic Widget getWidget()
getWidget
in interface WidgetEvent
public int getRow()
public int getColumn()
Written by Peter Eastman.