Uses of Class
com.jniwrapper.macosx.cocoa.nsconnection.NSConnection

Packages that use NSConnection
com.jniwrapper.macosx.cocoa.nsconnection   
com.jniwrapper.macosx.cocoa.nsdistantobject   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsport   
 

Uses of NSConnection in com.jniwrapper.macosx.cocoa.nsconnection
 

Methods in com.jniwrapper.macosx.cocoa.nsconnection that return NSConnection
static NSConnection NSConnection.NSConnection_currentConversation()
          This method represents the currentConversation static constructor of the NSConnection Objective-C class.
 

Uses of NSConnection in com.jniwrapper.macosx.cocoa.nsdistantobject
 

Methods in com.jniwrapper.macosx.cocoa.nsdistantobject with parameters of type NSConnection
 Id NSDistantObject.initWithTarget_connection(Id target, NSConnection connection)
          This method represents the initWithTarget() method of the NSDistantObject Objective-C class.
 Id NSDistantObject.initWithLocal_connection(Id target, NSConnection connection)
          This method represents the initWithLocal() method of the NSDistantObject Objective-C class.
static com.jniwrapper.Pointer.Void NSDistantObject.static_proxyWithTarget_connection(Id target, NSConnection connection)
          This method represents the proxyWithTarget() method of the NSDistantObject Objective-C class.
static com.jniwrapper.Pointer.Void NSDistantObject.static_proxyWithLocal_connection(Id target, NSConnection connection)
          This method represents the proxyWithLocal() method of the NSDistantObject Objective-C class.
 

Uses of NSConnection in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSConnection
 Id NSObject.createConversationForConnection(NSConnection conn)
           
 com.jniwrapper.Bool NSObject.connection_shouldMakeNewConnection(NSConnection ancestor, NSConnection conn)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.connection_handleRequest(NSConnection connection, NSDistantObjectRequest doreq)
          This method represents the connection() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.makeNewConnection_sender(NSConnection conn, NSConnection ancestor)
          This method represents the makeNewConnection() method of the NSObject Objective-C class.
 

Uses of NSConnection in com.jniwrapper.macosx.cocoa.nsport
 

Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSConnection
 void NSPort.removeConnection_fromRunLoop_forMode(NSConnection conn, NSRunLoop runLoop, java.lang.String mode)
          This method represents the removeConnection() method of the NSPort Objective-C class.
 void NSPort.addConnection_toRunLoop_forMode(NSConnection conn, NSRunLoop runLoop, java.lang.String mode)
          This method represents the addConnection() method of the NSPort Objective-C class.