Package | Description |
---|---|
org.bridj | |
org.bridj.cpp |
BridJ C++ runtime.
|
org.bridj.cpp.com |
BridJ COM support (Windows-only, working but under-tested).
|
org.bridj.cpp.com.shell |
BridJ mappings for some common Windows COM Shell interfaces.
|
org.bridj.cpp.mfc |
BridJ Windows MFC runtime (not working properly yet).
|
org.bridj.cpp.std |
Bindings for some C++ STL class templates.
|
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 | Interface and Description |
---|---|
interface |
CallbackInterface
For internal use in BridJ only : marks a callback
|
Modifier and Type | Class and Description |
---|---|
class |
Callback<C extends Callback<C>>
Native C callback (beware : don't let your callbacks be GC'd before they're
used).
|
class |
ComplexDouble |
class |
DynamicFunction<R>
Generic C function which invocation involves a bit of Java reflection.
|
class |
NativeObject
Base class for native objects.
|
class |
StructObject
Base class for C structs.
|
static class |
TimeT.timeval |
Modifier and Type | Method and Description |
---|---|
static <N extends NativeObjectInterface> |
Pointer.getPointer(N instance)
Get a pointer to a native object (C++ or ObjectiveC class, struct, union, callback...)
|
Modifier and Type | Class and Description |
---|---|
class |
CPPObject
Base class for C++ structs and classes.
|
static class |
CPPRuntime.CPPDestructor |
Modifier and Type | Class and Description |
---|---|
class |
IShellFolder |
class |
IShellWindows
IShellWindows provides access to the collection of open Shell windows (see
See http://msdn.microsoft.com/en-us/library/cc836570(VS.85).aspx)
|
class |
ITaskbarList |
class |
ITaskbarList2 |
class |
ITaskbarList3 |
static class |
ITaskbarList3.THUMBBUTTON |
Modifier and Type | Class and Description |
---|---|
class |
CArchive |
class |
CCmdUI |
class |
CObject |
class |
CPoint |
class |
CRuntimeClass |
class |
CString |
class |
CStringT<BaseType,StringTraits> |
class |
CWnd |
class |
MFCObject |
Modifier and Type | Class and Description |
---|---|
class |
list<T>
Binding for STL's
std::vector class.
|
static class |
list.list_node<T> |
class |
vector<T>
Binding for STL's
std::vector class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjCDelegate
Base interface for Objective-C delegates.
|
Modifier and Type | Class and Description |
---|---|
class |
NSAutoreleasePool |
class |
NSCalendar |
class |
NSDictionary |
class |
NSInvocation |
class |
NSMethodSignature |
class |
NSNumber |
class |
NSObject |
class |
NSString |
class |
ObjCBlock |
class |
ObjCClass |
class |
ObjCObject |
class |
ObjCProxy |
Copyright © 2009-2020. All Rights Reserved.