ChoiceData Struct Reference

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

#include <choice.h>


Data Fields

jobject choice
 The Choice-Object.
jclass clschoice
 The Java Choice-Class.
jmethodID maddItem
 MethodID of addItem method.
jmethodID maddItemListener
 MethodID of addItemListener method.
jmethodID mgetItem
 MethodID of getItem method.
jmethodID mgetItemCount
 MethodID of getItemCount method.
jmethodID mgetSelectedIndex
 MethodID of getSelectedIndex method.
jmethodID mremoveAll
 MethodID of removeAll method.
jmethodID mremoveItem
 MethodID of removeItem method.
jmethodID mremoveItemAtPos
 MethodID of removeItemAtPos method.
jmethodID mremoveItemListener
 MethodID of removeItemListener method.
jmethodID mselectItem
 MethodID of selectItem method.


Detailed Description

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

Definition at line 41 of file choice.h.


Field Documentation

jobject ChoiceData::choice
 

The Choice-Object.

Definition at line 43 of file choice.h.

jclass ChoiceData::clschoice
 

The Java Choice-Class.

Definition at line 42 of file choice.h.

jmethodID ChoiceData::maddItem
 

MethodID of addItem method.

Definition at line 45 of file choice.h.

jmethodID ChoiceData::maddItemListener
 

MethodID of addItemListener method.

Definition at line 51 of file choice.h.

jmethodID ChoiceData::mgetItem
 

MethodID of getItem method.

Definition at line 44 of file choice.h.

jmethodID ChoiceData::mgetItemCount
 

MethodID of getItemCount method.

Definition at line 49 of file choice.h.

jmethodID ChoiceData::mgetSelectedIndex
 

MethodID of getSelectedIndex method.

Definition at line 50 of file choice.h.

jmethodID ChoiceData::mremoveAll
 

MethodID of removeAll method.

Definition at line 48 of file choice.h.

jmethodID ChoiceData::mremoveItem
 

MethodID of removeItem method.

Definition at line 46 of file choice.h.

jmethodID ChoiceData::mremoveItemAtPos
 

MethodID of removeItemAtPos method.

Definition at line 47 of file choice.h.

jmethodID ChoiceData::mremoveItemListener
 

MethodID of removeItemListener method.

Definition at line 52 of file choice.h.

jmethodID ChoiceData::mselectItem
 

MethodID of selectItem method.

Definition at line 53 of file choice.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