MenuItemData Struct Reference

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

#include <menuitem.h>


Data Fields

jclass clsmenuitem
 The Java MenuItem-Class.
jobject menuitem
 The MenuItem-Object.
jmethodID mgetLabel
 MethodID of getLabel method.
jmethodID misEnabled
 MethodID of isEnabled method.
jmethodID msetEnabled
 MethodID of setEnabled method.
jmethodID msetLabel
 MethodID of setLabel method.


Detailed Description

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

Definition at line 41 of file menuitem.h.


Field Documentation

jclass MenuItemData::clsmenuitem
 

The Java MenuItem-Class.

Definition at line 42 of file menuitem.h.

jobject MenuItemData::menuitem
 

The MenuItem-Object.

Definition at line 43 of file menuitem.h.

jmethodID MenuItemData::mgetLabel
 

MethodID of getLabel method.

Definition at line 44 of file menuitem.h.

jmethodID MenuItemData::misEnabled
 

MethodID of isEnabled method.

Definition at line 47 of file menuitem.h.

jmethodID MenuItemData::msetEnabled
 

MethodID of setEnabled method.

Definition at line 46 of file menuitem.h.

jmethodID MenuItemData::msetLabel
 

MethodID of setLabel method.

Definition at line 45 of file menuitem.h.


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