#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. |
Definition at line 58 of file frame.h.
|
The Java Frame-Class.
|
|
The Frame-Object.
|
|
MethodID of addDrawable method.
|
|
MethodID of clearScreen method.
|
|
MethodID of close method.
|
|
MethodID of drawEllipse method.
|
|
MethodID of drawLine method.
|
|
MethodID of drawRectangle method.
|
|
MethodID of drawString method.
|
|
MethodID of getState method.
|
|
MethodID of getTitle method.
|
|
MethodID of hide method.
|
|
MethodID of isSameWindow method.
|
|
MethodID of setMenuBar method.
|
|
MethodID of setState method.
|
|
MethodID of setTitle method.
|
|
MethodID of show method.
|