|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
buoy.event.CellValueChangedEvent
public class CellValueChangedEvent
A CellValueChangedEvent is generated when the user edits the value in a cell of a BTable.
| Constructor Summary | |
|---|---|
CellValueChangedEvent(Widget widget,
int row,
int col)
Create a CellValueChangedEvent. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 edited| Method Detail |
|---|
public Widget getWidget()
getWidget in interface WidgetEventpublic int getRow()
public int getColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||