#include "label.h"
#include "component.h"
Include dependency graph for label.c:

Go to the source code of this file.
| Functions | |
| void | createLabel_ (Label *label) | 
| Creates the Label by getting the Java Label-Class, the method ids and createing a new Java Label-Object. | |
| void | createLabelC (Label_ *label) | 
| Function is called when working with C and calling the function createLabel. | |
| void | createLabelCPP (LabelCPP_ *label) | 
| Function is called when working with C++ and calling the function createLabel. | |
| void | deleteLabel_ (Label *label) | 
| Deletes the Label by deleting the global references. | |
| void | deleteLabelC (Label_ *label) | 
| Function is called when working with C and calling the function deleteLabel. | |
| void | deleteLabelCPP (LabelCPP_ *label) | 
| Function is called when working with C++ and calling the function deleteLabel. | |
| jint | getLabelHeight (Label *label) | 
| Gets the height of the Label. | |
| jobject | getLabelObject (Label *label) | 
| Gets the reference to the java label object. | |
| char * | getLabelText (Label *label) | 
| Gets the Title of the Label. | |
| jint | getLabelWidth (Label *label) | 
| Gets the width of the Label. | |
| jint | getLabelX (Label *label) | 
| Gets the X-Pos of the Label. | |
| jint | getLabelY (Label *label) | 
| Gets the Y-Pos of the Label. | |
| void | initLabel_ (Label_ *label) | 
| Initializes the Label_ structure by setting the function pointers. | |
| void | setLabelLocation (Label *label, jint x, jint y) | 
| Sets the location of the Label. | |
| void | setLabelSize (Label *label, jint width, jint height) | 
| Sets Size of the Label. | |
| void | setLabelText (Label *label, const char *text) | 
| Sets the Title of the Label. | |
A Label is a control element, which displays a single line of text. The text can only be changed by the application.
Definition in file label.c.
| 
 | 
| Creates the Label by getting the Java Label-Class, the method ids and createing a new Java Label-Object. 
 
 | 
| 
 | 
| Function is called when working with C and calling the function createLabel. It initializes the Label_ structure. 
 
 | 
| 
 | 
| Function is called when working with C++ and calling the function createLabel. It initializes the LabelCPP_ structure. 
 
 | 
| 
 | 
| Deletes the Label by deleting the global references. 
 
 | 
| 
 | 
| Function is called when working with C and calling the function deleteLabel. 
 
 | 
| 
 | 
| Function is called when working with C++ and calling the function deleteLabel. 
 
 | 
| 
 | 
| Gets the height of the Label. 
 
 
 | 
| 
 | 
| Gets the reference to the java label object. 
 
 
 | 
| 
 | 
| Gets the Title of the Label. 
 
 
 | 
| 
 | 
| Gets the width of the Label. 
 
 
 | 
| 
 | 
| Gets the X-Pos of the Label. 
 
 
 | 
| 
 | 
| Gets the Y-Pos of the Label. 
 
 
 | 
| 
 | 
| Initializes the Label_ structure by setting the function pointers. 
 
 | 
| 
 | ||||||||||||||||
| Sets the location of the Label. 
 
 | 
| 
 | ||||||||||||||||
| Sets Size of the Label. 
 
 | 
| 
 | ||||||||||||
| Sets the Title of the Label. 
 
 
 | 
 1.4.4
 1.4.4