#include <checkbox.h>
Data Fields | |
jobject | checkbox |
The CheckBox-Object. | |
jclass | clscheckbox |
The Java CheckBox-Class. | |
jmethodID | maddItemListener |
MethodID of addItemListener method. | |
jmethodID | mgetLabel |
MethodID of getLabel method. | |
jmethodID | mgetState |
MethodID of getState method. | |
jmethodID | mremoveItemListener |
MethodID of removeItemListener method. | |
jmethodID | msetCheckBoxGroup |
MethodID of setCheckBoxGroup method. | |
jmethodID | msetLabel |
MethodID of setLabel method. | |
jmethodID | msetState |
MethodID of setState method. |
Definition at line 44 of file checkbox.h.
|
The CheckBox-Object.
Definition at line 46 of file checkbox.h. |
|
The Java CheckBox-Class.
Definition at line 45 of file checkbox.h. |
|
MethodID of addItemListener method.
Definition at line 52 of file checkbox.h. |
|
MethodID of getLabel method.
Definition at line 48 of file checkbox.h. |
|
MethodID of getState method.
Definition at line 50 of file checkbox.h. |
|
MethodID of removeItemListener method.
Definition at line 53 of file checkbox.h. |
|
MethodID of setCheckBoxGroup method.
Definition at line 51 of file checkbox.h. |
|
MethodID of setLabel method.
Definition at line 47 of file checkbox.h. |
|
MethodID of setState method.
Definition at line 49 of file checkbox.h. |