buoy.event
Class CellValueChangedEvent
EventObject
buoy.event.CellValueChangedEvent
- WidgetEvent
public class CellValueChangedEvent
extends EventObject
A CellValueChangedEvent is generated when the user edits the value in a cell of a BTable.
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.
|
CellValueChangedEvent
public CellValueChangedEvent(Widget widget,
int row,
int col)
Create a CellValueChangedEvent.
widget
- the Widget whose value has changedrow
- the row containing the cell whose value was editedcol
- the column containing the cell whose value was edited
getColumn
public int getColumn()
Get the column containing the cell whose value was edited.
getRow
public int getRow()
Get the row containing the cell whose value was edited.
Written by Peter Eastman.