Package | Description |
---|---|
org.bridj | |
org.bridj.jawt |
BridJ JAWT utilities (to get the native peer handle of an AWT
Component ). |
org.bridj.objc |
BridJ Objective-C runtime (MacOS X only, not working properly yet).
|
Modifier and Type | Method and Description |
---|---|
static <P extends TypedPointer> |
Pointer.allocateTypedPointer(Class<P> type)
Allocate enough memory for a typed pointer value and return a pointer to it.
|
static <P extends TypedPointer> |
Pointer.allocateTypedPointers(Class<P> type,
long arrayLength)
Allocate enough memory for arrayLength typed pointer values and return a pointer to that memory.
|
<T extends TypedPointer> |
StructIO.getTypedPointerField(StructObject struct,
int fieldIndex) |
Modifier and Type | Class and Description |
---|---|
static class |
JawtLibrary.JNIEnv |
Modifier and Type | Class and Description |
---|---|
class |
IMP |
class |
SEL |
Copyright © 2009-2020. All Rights Reserved.