MenuData Struct Reference

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

#include <menu.h>


Data Fields

jclass clsmenu
 The Java Menu-Class.
jmethodID maddMenuItem
 MethodID of add method.
jmethodID maddSeparator
 MethodID of addSeparator method.
jobject menu
 The Menu-Object.
jmethodID mgetItemCount
 MethodID of getItemCount method.
jmethodID mgetLabel
 MethodID of getLabel method.
jmethodID mremoveAll
 MethodID of removeAll method.
jmethodID mremoveMenuItem
 MethodID of remove method.
jmethodID msetLabel
 MethodID of setLabel method.


Detailed Description

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

Definition at line 40 of file menu.h.


Field Documentation

jclass MenuData::clsmenu
 

The Java Menu-Class.

Definition at line 41 of file menu.h.

jmethodID MenuData::maddMenuItem
 

MethodID of add method.

Definition at line 45 of file menu.h.

jmethodID MenuData::maddSeparator
 

MethodID of addSeparator method.

Definition at line 49 of file menu.h.

jobject MenuData::menu
 

The Menu-Object.

Definition at line 42 of file menu.h.

jmethodID MenuData::mgetItemCount
 

MethodID of getItemCount method.

Definition at line 48 of file menu.h.

jmethodID MenuData::mgetLabel
 

MethodID of getLabel method.

Definition at line 43 of file menu.h.

jmethodID MenuData::mremoveAll
 

MethodID of removeAll method.

Definition at line 47 of file menu.h.

jmethodID MenuData::mremoveMenuItem
 

MethodID of remove method.

Definition at line 46 of file menu.h.

jmethodID MenuData::msetLabel
 

MethodID of setLabel method.

Definition at line 44 of file menu.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