CheckBoxMenuItemData Struct Reference

This structure holds the data needed for the CheckBoxMenuItem for C and C++. More...

#include <checkboxmenuitem.h>


Data Fields

jobject checkboxmenuitem
 The CheckBoxMenuItem-Object.
jclass clscheckboxmenuitem
 The Java CheckBoxMenuItem-Class.
jmethodID mgetLabel
 MethodID of getLabel method.
jmethodID mgetState
 MethodID of getState method.
jmethodID misEnabled
 MethodID of isEnabled method.
jmethodID msetEnabled
 MethodID of setEnabled method.
jmethodID msetLabel
 MethodID of setLabel method.
jmethodID msetState
 MethodID of setState method.


Detailed Description

This structure holds the data needed for the CheckBoxMenuItem for C and C++.

Definition at line 40 of file checkboxmenuitem.h.


Field Documentation

jobject CheckBoxMenuItemData::checkboxmenuitem
 

The CheckBoxMenuItem-Object.

Definition at line 42 of file checkboxmenuitem.h.

jclass CheckBoxMenuItemData::clscheckboxmenuitem
 

The Java CheckBoxMenuItem-Class.

Definition at line 41 of file checkboxmenuitem.h.

jmethodID CheckBoxMenuItemData::mgetLabel
 

MethodID of getLabel method.

Definition at line 43 of file checkboxmenuitem.h.

jmethodID CheckBoxMenuItemData::mgetState
 

MethodID of getState method.

Definition at line 47 of file checkboxmenuitem.h.

jmethodID CheckBoxMenuItemData::misEnabled
 

MethodID of isEnabled method.

Definition at line 46 of file checkboxmenuitem.h.

jmethodID CheckBoxMenuItemData::msetEnabled
 

MethodID of setEnabled method.

Definition at line 45 of file checkboxmenuitem.h.

jmethodID CheckBoxMenuItemData::msetLabel
 

MethodID of setLabel method.

Definition at line 44 of file checkboxmenuitem.h.

jmethodID CheckBoxMenuItemData::msetState
 

MethodID of setState method.

Definition at line 48 of file checkboxmenuitem.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:16 2005 for GrubC by  doxygen 1.4.4