|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.util.EventObject
|
+--net.sourceforge.foobase.FoobaseEvent
|
+--net.sourceforge.foobase.FoobaseMouseEvent
Foobase specific mouse events.
| Field Summary | |
static java.lang.String |
__version
|
protected int |
_c
Column number (leftmost columns is zero) |
protected int |
_r
Rownumber (bottom row is zero) |
| Fields inherited from class net.sourceforge.foobase.FoobaseEvent |
__version |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
FoobaseMouseEvent(java.lang.Object s,
int r,
int c)
Public constructor |
|
| Method Summary | |
int |
getColumn()
Get column number. |
int |
getRow()
Get row number. |
| Methods inherited from class net.sourceforge.foobase.FoobaseEvent |
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 |
| Field Detail |
protected int _r
protected int _c
public static final java.lang.String __version
| Constructor Detail |
public FoobaseMouseEvent(java.lang.Object s,
int r,
int c)
s - Object representing the source of the new eventtyp - int containing the specific mouse event typer - int board square row (square A1 is on row zero)c - int board square column (square A1 is on column
zero)| Method Detail |
public int getRow()
int containing the row number for this eventpublic int getColumn()
int containing the column number for this event
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||