FrameData Struct Reference

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

#include <frame.h>


Data Fields

jclass clsframe
 The Java Frame-Class.
jobject frame
 The Frame-Object.
jmethodID maddDrawable
 MethodID of addDrawable method.
jmethodID mclearScreen
 MethodID of clearScreen method.
jmethodID mclose
 MethodID of close method.
jmethodID mdrawEllipse
 MethodID of drawEllipse method.
jmethodID mdrawLine
 MethodID of drawLine method.
jmethodID mdrawRectangle
 MethodID of drawRectangle method.
jmethodID mdrawString
 MethodID of drawString method.
jmethodID mgetState
 MethodID of getState method.
jmethodID mgetTitle
 MethodID of getTitle method.
jmethodID mhide
 MethodID of hide method.
jmethodID misSameWindow
 MethodID of isSameWindow method.
jmethodID msetMenuBar
 MethodID of setMenuBar method.
jmethodID msetState
 MethodID of setState method.
jmethodID msetTitle
 MethodID of setTitle method.
jmethodID mshow
 MethodID of show method.


Detailed Description

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

Definition at line 58 of file frame.h.


Field Documentation

jclass FrameData::clsframe
 

The Java Frame-Class.

Definition at line 59 of file frame.h.

jobject FrameData::frame
 

The Frame-Object.

Definition at line 60 of file frame.h.

jmethodID FrameData::maddDrawable
 

MethodID of addDrawable method.

Definition at line 75 of file frame.h.

jmethodID FrameData::mclearScreen
 

MethodID of clearScreen method.

Definition at line 74 of file frame.h.

jmethodID FrameData::mclose
 

MethodID of close method.

Definition at line 63 of file frame.h.

jmethodID FrameData::mdrawEllipse
 

MethodID of drawEllipse method.

Definition at line 72 of file frame.h.

jmethodID FrameData::mdrawLine
 

MethodID of drawLine method.

Definition at line 70 of file frame.h.

jmethodID FrameData::mdrawRectangle
 

MethodID of drawRectangle method.

Definition at line 71 of file frame.h.

jmethodID FrameData::mdrawString
 

MethodID of drawString method.

Definition at line 73 of file frame.h.

jmethodID FrameData::mgetState
 

MethodID of getState method.

Definition at line 67 of file frame.h.

jmethodID FrameData::mgetTitle
 

MethodID of getTitle method.

Definition at line 65 of file frame.h.

jmethodID FrameData::mhide
 

MethodID of hide method.

Definition at line 62 of file frame.h.

jmethodID FrameData::misSameWindow
 

MethodID of isSameWindow method.

Definition at line 69 of file frame.h.

jmethodID FrameData::msetMenuBar
 

MethodID of setMenuBar method.

Definition at line 68 of file frame.h.

jmethodID FrameData::msetState
 

MethodID of setState method.

Definition at line 66 of file frame.h.

jmethodID FrameData::msetTitle
 

MethodID of setTitle method.

Definition at line 64 of file frame.h.

jmethodID FrameData::mshow
 

MethodID of show method.

Definition at line 61 of file frame.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