|
Data Fields |
void(* | addComponent )(Frame *frame, jobject comp) |
ComponentListener(* | addComponentListener )(Frame *frame, void(*func)(jint, Component)) |
void(* | addComponentWithConstraint )(Frame *frame, jobject comp, jobject constraint) |
MouseListener(* | addMouseListener )(Frame *frame, void(*func)(jint, Component, jint, jint, jint, jint)) |
WindowListener(* | addWindowListener )(Frame *frame, void(*func)(jint, Window)) |
void(* | clearScreen )(Frame *frame) |
void(* | close )(Frame *frame) |
void(* | drawEllipse )(Frame *frame, jfloat x, jfloat y, jfloat width, jfloat height, jboolean filled, const Color *c) |
void(* | drawLine )(Frame *frame, jfloat x1, jfloat y1, jfloat x2, jfloat y2, const Color *c) |
void(* | drawRectangle )(Frame *frame, jfloat x, jfloat y, jfloat width, jfloat height, jboolean filled, const Color *c) |
void(* | drawShape )(Frame *frame, const Shape *s) |
void(* | drawString )(Frame *frame, const char *text, jfloat x, jfloat y, const Color *c) |
FrameData | frame |
Color(* | getBackgroundColor )(Frame *frame) |
Color(* | getForegroundColor )(Frame *frame) |
jint(* | getHeight )(Frame *frame) |
jint(* | getState )(Frame *frame) |
char *(* | getTitle )(Frame *frame) |
jint(* | getWidth )(Frame *frame) |
jint(* | getX )(Frame *frame) |
jint(* | getY )(Frame *frame) |
void(* | hide )(Frame *frame) |
jboolean(* | isSameWindow )(Frame *frame, Window window) |
void(* | removeComponentListener )(Frame *frame, ComponentListener cl) |
void(* | removeMouseListener )(Frame *frame, MouseListener ml) |
void(* | removeWindowListener )(Frame *frame, WindowListener wl) |
void(* | setBackgroundColor )(Frame *frame, Color c) |
void(* | setForegroundColor )(Frame *frame, Color c) |
void(* | setLayout )(Frame *frame, jobject layoutmanager) |
void(* | setLocation )(Frame *frame, jint x, jint y) |
void(* | setMenuBar )(Frame *frame, MenuBar *menubar) |
void(* | setSize )(Frame *frame, jint width, jint height) |
void(* | setState )(Frame *frame, jint state) |
void(* | setTitle )(Frame *frame, const char *title) |
void(* | show )(Frame *frame) |