Uses of Class
com.biglybt.platform.macosx.NativeInvocationBridge
-
Packages that use NativeInvocationBridge Package Description com.biglybt.platform.macosx com.biglybt.platform.macosx.access.cocoa -
-
Uses of NativeInvocationBridge in com.biglybt.platform.macosx
Subclasses of NativeInvocationBridge in com.biglybt.platform.macosx Modifier and Type Class Description private static class
NativeInvocationBridge.DummyBridge
A NativeInvocationBridge that does nothing; isEnabled() always returns false.Fields in com.biglybt.platform.macosx declared as NativeInvocationBridge Modifier and Type Field Description private static NativeInvocationBridge
NativeInvocationBridge. instance
Methods in com.biglybt.platform.macosx that return NativeInvocationBridge Modifier and Type Method Description protected static NativeInvocationBridge
NativeInvocationBridge. sharedInstance()
Gets the singleton -
Uses of NativeInvocationBridge in com.biglybt.platform.macosx.access.cocoa
Subclasses of NativeInvocationBridge in com.biglybt.platform.macosx.access.cocoa Modifier and Type Class Description class
CocoaJavaBridge
NOTE: This is only used for OSX 10.4 and non-up-to-date 10.5,10.6.
-