Uses of Class
org.bridj.ann.Runtime

Packages that use Runtime
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.mfc BridJ Windows MFC runtime (not working properly yet). 
org.bridj.dyncall   
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 Runtime in org.bridj
 

Classes in org.bridj with annotations of type Runtime
 class Callback<C extends Callback<C>>
          Native C callback (beware : don't let your callbacks be GC'd before they're used).
 class StructObject
          Base class for C structs.
 

Uses of Runtime in org.bridj.cpp
 

Classes in org.bridj.cpp with annotations of type Runtime
 class CPPObject
          Base class for C++ structs and classes.
 

Uses of Runtime in org.bridj.cpp.com
 

Classes in org.bridj.cpp.com with annotations of type Runtime
 class COMRuntime
          Microsoft COM runtime, along with useful constants and methods.
 class CY
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class DECIMAL
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class GUID
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class IUnknown
           
 class OLEAutomationLibrary
          Wrapper for library oleaut32
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class RECT
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class SAFEARRAY
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class SAFEARRAYBOUND
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class VARIANT
          Represents an object that can be interpreted as more than one type.
 

Uses of Runtime in org.bridj.cpp.mfc
 

Classes in org.bridj.cpp.mfc with annotations of type Runtime
 class MFCObject
           
 

Uses of Runtime in org.bridj.dyncall
 

Classes in org.bridj.dyncall with annotations of type Runtime
 class DyncallLibrary
          Wrapper for library dyncall
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Uses of Runtime in org.bridj.jawt
 

Classes in org.bridj.jawt with annotations of type Runtime
 class JawtLibrary
          Wrapper for library jawt
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Uses of Runtime in org.bridj.objc
 

Classes in org.bridj.objc with annotations of type Runtime
 class FoundationLibrary
           
 class ObjCObject
           
 



Copyright © 2009-2012. All Rights Reserved.