|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NativeObjectInterface | |
|---|---|
| org.bridj | BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). |
| 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). |
| Uses of NativeObjectInterface in org.bridj |
|---|
| Subinterfaces of NativeObjectInterface in org.bridj | |
|---|---|
interface |
CallbackInterface
For internal use in BridJ only : marks a callback |
| Classes in org.bridj that implement NativeObjectInterface | |
|---|---|
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
|
| Methods in org.bridj with type parameters of type NativeObjectInterface | ||
|---|---|---|
static
|
Pointer.pointerTo(N instance)
Get a pointer to a native object (C++ or ObjectiveC class, struct, union, callback...) |
|
| Uses of NativeObjectInterface in org.bridj.cpp |
|---|
| Classes in org.bridj.cpp that implement NativeObjectInterface | |
|---|---|
class |
CPPObject
Base class for C++ structs and classes. |
static class |
CPPRuntime.CPPDestructor
|
| Uses of NativeObjectInterface in org.bridj.cpp.com |
|---|
| Uses of NativeObjectInterface in org.bridj.cpp.com.shell |
|---|
| Classes in org.bridj.cpp.com.shell that implement NativeObjectInterface | |
|---|---|
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
|
| Uses of NativeObjectInterface in org.bridj.cpp.mfc |
|---|
| Classes in org.bridj.cpp.mfc that implement NativeObjectInterface | |
|---|---|
class |
CArchive
|
class |
CCmdUI
|
class |
CObject
|
class |
CPoint
|
class |
CRuntimeClass
|
class |
CString
|
class |
CStringT<BaseType,StringTraits>
|
class |
CWnd
|
class |
MFCObject
|
| Uses of NativeObjectInterface in org.bridj.cpp.std |
|---|
| Classes in org.bridj.cpp.std that implement NativeObjectInterface | |
|---|---|
class |
vector<T>
Binding for STL's std::vector class. |
| Uses of NativeObjectInterface in org.bridj.jawt |
|---|
| Uses of NativeObjectInterface in org.bridj.objc |
|---|
| Subinterfaces of NativeObjectInterface in org.bridj.objc | |
|---|---|
interface |
ObjCDelegate
Base interface for Objective-C delegates. |
| Classes in org.bridj.objc that implement NativeObjectInterface | |
|---|---|
class |
NSAutoreleasePool
|
class |
NSCalendar
|
class |
NSDictionary
|
class |
NSInvocation
|
class |
NSMethodSignature
|
class |
NSNumber
|
class |
NSObject
|
class |
NSString
|
class |
ObjCBlock
|
class |
ObjCClass
|
class |
ObjCObject
|
class |
ObjCProxy
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||