Constructor & Destructor Documentation
com.graeff.dbedit.GuiEvent.GuiEvent |
( |
int |
what | ) |
|
com.graeff.dbedit.GuiEvent.GuiEvent |
( |
int |
what, |
|
|
Vector |
data |
|
) |
| |
com.graeff.dbedit.GuiEvent.GuiEvent |
( |
int |
what, |
|
|
Vector |
data, |
|
|
Field |
source |
|
) |
| |
com.graeff.dbedit.GuiEvent.GuiEvent |
( |
int |
what, |
|
|
Vector |
data, |
|
|
Field |
source, |
|
|
String |
target |
|
) |
| |
Member Function Documentation
Vector com.graeff.dbedit.GuiEvent.getData |
( |
| ) |
|
int com.graeff.dbedit.GuiEvent.getEvent |
( |
| ) |
|
Field com.graeff.dbedit.GuiEvent.getSource |
( |
| ) |
|
String com.graeff.dbedit.GuiEvent.getTarget |
( |
| ) |
|
Member Data Documentation
final static int com.graeff.dbedit.GuiEvent.CHECK = 2 |
|
static |
final static int com.graeff.dbedit.GuiEvent.DEFAULTS = 3 |
|
static |
final static int com.graeff.dbedit.GuiEvent.EXCHANGE = 4 |
|
static |
final static int com.graeff.dbedit.GuiEvent.POP = 1 |
|
static |
final static int com.graeff.dbedit.GuiEvent.PUSH = 0 |
|
static |
final static int com.graeff.dbedit.GuiEvent.SETTEMPLATE = 6 |
|
static |
final static int com.graeff.dbedit.GuiEvent.TEXTINPUT = 7 |
|
static |
final static int com.graeff.dbedit.GuiEvent.UPDATED = 5 |
|
static |
The documentation for this class was generated from the following file: