#include <button.h>
Collaboration diagram for Button_:

Data Fields | |
| ActionListener(* | addActionListener )(Button *button, void(*func)(Component)) |
| ButtonData | button |
| jint(* | getHeight )(Button *button) |
| char *(* | getLabel )(Button *button) |
| jobject(* | getObject )(Button *button) |
| jint(* | getWidth )(Button *button) |
| jint(* | getX )(Button *button) |
| jint(* | getY )(Button *button) |
| void(* | removeActionListener )(Button *button, ActionListener al) |
| void(* | setLabel )(Button *button, const char *label) |
| void(* | setLocation )(Button *button, jint x, jint y) |
| void(* | setSize )(Button *button, jint width, jint height) |
Definition at line 52 of file button.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4