Uses of Class
com.jniwrapper.macosx.cocoa.Protocol

Packages that use Protocol
com.jniwrapper.macosx.cocoa.nsdistantobject   
com.jniwrapper.macosx.cocoa.nsmenuitem   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsprotocolchecker   
com.jniwrapper.macosx.cocoa.nsproxy   
com.jniwrapper.macosx.cocoa.nstextattachment   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdistantobject with parameters of type Protocol
 void NSDistantObject.setProtocolForProxy(Protocol proto)
           
 

Uses of Protocol in com.jniwrapper.macosx.cocoa.nsmenuitem
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitem with parameters of type Protocol
 com.jniwrapper.Bool NSMenuItem.conformsToProtocol(Protocol aProtocol)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type Protocol
 com.jniwrapper.Bool NSObjectProtocol.conformsToProtocol(Protocol aProtocol)
           
 com.jniwrapper.Bool NSObject.conformsToProtocol(Protocol aProtocol)
           
 

Uses of Protocol in com.jniwrapper.macosx.cocoa.nsprotocolchecker
 

Methods in com.jniwrapper.macosx.cocoa.nsprotocolchecker with parameters of type Protocol
static NSProtocolChecker NSProtocolChecker.NSProtocolChecker_protocolCheckerWithTarget_protocol(NSObject anObject, Protocol aProtocol)
          This method represents the protocolCheckerWithTarget static constructor of the NSProtocolChecker Objective-C class.
 Id NSProtocolChecker.initWithTarget_protocol(NSObject anObject, Protocol aProtocol)
          This method represents the initWithTarget() method of the NSProtocolChecker Objective-C class.
 

Uses of Protocol in com.jniwrapper.macosx.cocoa.nsproxy
 

Methods in com.jniwrapper.macosx.cocoa.nsproxy with parameters of type Protocol
 com.jniwrapper.Bool NSProxy.conformsToProtocol(Protocol aProtocol)
           
 

Uses of Protocol in com.jniwrapper.macosx.cocoa.nstextattachment
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type Protocol
 com.jniwrapper.Bool NSTextAttachmentCell.conformsToProtocol(Protocol aProtocol)