|
Data Fields |
| void(* | addItem )(Choice *choice, const char *item) |
| ItemListener(* | addItemListener )(Choice *choice, void(*func)(Component, jboolean, const char *)) |
| ChoiceData | choice |
| jint(* | getHeight )(Choice *choice) |
| char *(* | getItem )(Choice *choice, jint pos) |
| jint(* | getItemCount )(Choice *choice) |
| jobject(* | getObject )(Choice *choice) |
| jint(* | getSelectedIndex )(Choice *choice) |
| jint(* | getWidth )(Choice *choice) |
| jint(* | getX )(Choice *choice) |
| jint(* | getY )(Choice *choice) |
| void(* | removeAll )(Choice *choice) |
| void(* | removeItem )(Choice *choice, const char *item) |
| void(* | removeItemAtPos )(Choice *choice, jint pos) |
| void(* | removeItemListener )(Choice *choice, ItemListener il) |
| void(* | selectItem )(Choice *choice, jint item) |
| void(* | setLocation )(Choice *choice, jint x, jint y) |
| void(* | setSize )(Choice *choice, jint width, jint height) |