com.livecode.java | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.livecode.java |
Summary | This module provides utility handlers for converting to and from Java types. |
Description | Important: This library is currently supported on Android, Mac and
Linux. Binding to java classes requires the availability of a Java
runtime and access to the appropriate libraries. On Mac,
the |
Type | Name | Summary | Syntax |
---|---|---|---|
handler | GetJavaClassName | Get Java class name of a Java object | GetJavaClassName(<pObj>) |
- - - | ListFromJObjectArray | Convert a java object array into a List of java objects | ListFromJObjectArray(<pObj>) |
- - - | ListToJObjectArray | Convert a List of JObjects into a JObjectArray | ListToJObjectArray(<pList>,<pClass>) |
- - - | PointerFromJObject | Convert a JObject into a Pointer | PointerFromJObject(<pObj>) |
- - - | PointerToJObject | Convert a Pointer into a JObject | PointerToJObject(<pPointer>) |
- - - | StringFromJString | Convert a java string into a String | StringFromJString(<pObj>) |
- - - | StringToJString | Convert a String into a java string | StringToJString(<pString>) |
module | com.livecode.java | This module provides utility handlers for converting to and from Java types. | StringToJString(<pString>) |