TextAreaData Struct Reference

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

#include <textarea.h>


Data Fields

jclass clstextarea
 The Java TextArea-Class.
jmethodID mgetColumns
 MethodID of getColumns method.
jmethodID mgetRows
 MethodID of getRows method.
jmethodID mgetText
 MethodID of getText method.
jmethodID msetColumns
 MethodID of setColumns method.
jmethodID msetRows
 MethodID of setRows method.
jmethodID msetText
 MethodID of setText method.
jobject textarea
 The TextArea-Object.


Detailed Description

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

Definition at line 40 of file textarea.h.


Field Documentation

jclass TextAreaData::clstextarea
 

The Java TextArea-Class.

Definition at line 41 of file textarea.h.

jmethodID TextAreaData::mgetColumns
 

MethodID of getColumns method.

Definition at line 45 of file textarea.h.

jmethodID TextAreaData::mgetRows
 

MethodID of getRows method.

Definition at line 47 of file textarea.h.

jmethodID TextAreaData::mgetText
 

MethodID of getText method.

Definition at line 44 of file textarea.h.

jmethodID TextAreaData::msetColumns
 

MethodID of setColumns method.

Definition at line 46 of file textarea.h.

jmethodID TextAreaData::msetRows
 

MethodID of setRows method.

Definition at line 48 of file textarea.h.

jmethodID TextAreaData::msetText
 

MethodID of setText method.

Definition at line 43 of file textarea.h.

jobject TextAreaData::textarea
 

The TextArea-Object.

Definition at line 42 of file textarea.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