LabelData Struct Reference

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

#include <label.h>


Data Fields

jclass clslabel
 The Java Label-Class.
jobject label
 The Label-Object.
jmethodID mgetText
 MethodID of getText method.
jmethodID msetText
 MethodID of setText method.


Detailed Description

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

Definition at line 41 of file label.h.


Field Documentation

jclass LabelData::clslabel
 

The Java Label-Class.

Definition at line 42 of file label.h.

jobject LabelData::label
 

The Label-Object.

Definition at line 43 of file label.h.

jmethodID LabelData::mgetText
 

MethodID of getText method.

Definition at line 45 of file label.h.

jmethodID LabelData::msetText
 

MethodID of setText method.

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