#include "../jnilib.h"
#include "listeners.h"
Include dependency graph for list.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Data Structures | |
| struct | List_ | 
| A structure for C, which describes the List.  More... | |
| struct | ListCPP_ | 
| A structure for C++, which describes the List.  More... | |
| struct | ListData | 
| This structure holds the data needed for the List for C and C++.  More... | |
| Defines | |
| #define | CLS_LIST "java/awt/List" | 
| Defines the full name of the AWT-List-Class. | |
| #define | createList createListC | 
| Defines which function to call when createList is called. | |
| #define | deleteList deleteListC | 
| Defines which function to call when deleteList is called. | |
| Typedefs | |
| typedef List_ | List | 
| Defines which structure is used as List. | |
| typedef List_ | List_ | 
| A structure for C, which describes the List. | |
| typedef ListCPP_ | ListCPP_ | 
| A structure for C++, which describes the List. | |
| typedef ListData | ListData | 
| This structure holds the data needed for the List for C and C++. | |
| Functions | |
| void | createListC (List_ *list, jint rows) | 
| Function is called when working with C and calling the function createList. | |
| void | createListCPP (ListCPP_ *list, jint rows) | 
| Function is called when working with C++ and calling the function createList. | |
| void | deleteListC (List_ *list) | 
| Function is called when working with C and calling the function deleteList. | |
| void | deleteListCPP (ListCPP_ *list) | 
| Function is called when working with C++ and calling the function deleteList. | |
A List represents a list of values where the user can either choose only one or multiple values.
Definition in file list.h.
| 
 | 
| Defines the full name of the AWT-List-Class. 
 | 
| 
 | 
| Defines which function to call when createList is called. 
 | 
| 
 | 
| Defines which function to call when deleteList is called. 
 | 
| 
 | 
| Defines which structure is used as List. 
 | 
| 
 | 
| A structure for C, which describes the List. 
 | 
| 
 | 
| A structure for C++, which describes the List. 
 | 
| 
 | 
| This structure holds the data needed for the List for C and C++. 
 | 
| 
 | ||||||||||||
| Function is called when working with C and calling the function createList. It initializes the List_ structure. 
 
 | 
| 
 | ||||||||||||
| Function is called when working with C++ and calling the function createList. It initializes the ListCPP_ structure. 
 
 | 
| 
 | 
| Function is called when working with C and calling the function deleteList. 
 
 | 
| 
 | 
| Function is called when working with C++ and calling the function deleteList. 
 
 | 
 1.4.4
 1.4.4