#include <menu.h>
| Data Fields | |
| jclass | clsmenu | 
| The Java Menu-Class. | |
| jmethodID | maddMenuItem | 
| MethodID of add method. | |
| jmethodID | maddSeparator | 
| MethodID of addSeparator method. | |
| jobject | menu | 
| The Menu-Object. | |
| jmethodID | mgetItemCount | 
| MethodID of getItemCount method. | |
| jmethodID | mgetLabel | 
| MethodID of getLabel method. | |
| jmethodID | mremoveAll | 
| MethodID of removeAll method. | |
| jmethodID | mremoveMenuItem | 
| MethodID of remove method. | |
| jmethodID | msetLabel | 
| MethodID of setLabel method. | |
Definition at line 40 of file menu.h.
| 
 | 
| The Java Menu-Class. 
 | 
| 
 | 
| MethodID of add method. 
 | 
| 
 | 
| MethodID of addSeparator method. 
 | 
| 
 | 
| The Menu-Object. 
 | 
| 
 | 
| MethodID of getItemCount method. 
 | 
| 
 | 
| MethodID of getLabel method. 
 | 
| 
 | 
| MethodID of removeAll method. 
 | 
| 
 | 
| MethodID of remove method. 
 | 
| 
 | 
| MethodID of setLabel method. 
 | 
 1.4.4
 1.4.4