ButtonData Struct Reference

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

#include <button.h>


Data Fields

jobject button
 The Button-Object.
jclass clsbutton
 The Java Button-Class.
jmethodID mgetLabel
 MethodID of getLabel method.
jmethodID msetLabel
 MethodID of setLabel method.


Detailed Description

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

Definition at line 42 of file button.h.


Field Documentation

jobject ButtonData::button
 

The Button-Object.

Definition at line 44 of file button.h.

jclass ButtonData::clsbutton
 

The Java Button-Class.

Definition at line 43 of file button.h.

jmethodID ButtonData::mgetLabel
 

MethodID of getLabel method.

Definition at line 46 of file button.h.

jmethodID ButtonData::msetLabel
 

MethodID of setLabel method.

Definition at line 45 of file button.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