com.jniwrapper.macosx.cocoa.nsprotocolchecker
Class NSProtocolChecker

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.cocoa.Id
              extended bycom.jniwrapper.macosx.cocoa.CObject
                  extended bycom.jniwrapper.macosx.cocoa.nsproxy.NSProxy
                      extended bycom.jniwrapper.macosx.cocoa.nsprotocolchecker.NSProtocolChecker
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSObjectProtocol, com.jniwrapper.PointerParameter

public class NSProtocolChecker
extends NSProxy

This class represents NSProtocolChecker class. See the class documentation at the Apple's site: NSProtocolChecker


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSProtocolChecker()
           
NSProtocolChecker(boolean autorelease)
          Contructs the NSProtocolChecker class with the autorelease option on.
NSProtocolChecker(com.jniwrapper.Pointer.Void instancePtr)
          Contructs the NSProtocolChecker class from pointer.
NSProtocolChecker(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
          Contructs the NSProtocolChecker class with static constructor.
 
Method Summary
protected  void init(com.jniwrapper.Parameter[] fields)
           
 Id initWithTarget_protocol(NSObject anObject, Protocol aProtocol)
          This method represents the initWithTarget() method of the NSProtocolChecker Objective-C class.
static NSProtocolChecker NSProtocolChecker_protocolCheckerWithTarget_protocol(NSObject anObject, Protocol aProtocol)
          This method represents the protocolCheckerWithTarget static constructor of the NSProtocolChecker Objective-C class.
 com.jniwrapper.Pointer.Void protocol()
           
 com.jniwrapper.Pointer.Void target()
           
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsproxy.NSProxy
_class, autorelease, conformsToProtocol, dealloc, description, forwardInvocation, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodSignatureForSelector, NSProxy_alloc, NSProxy_allocWithZone, performSelector_withObject_withObject, performSelector_withObject, performSelector, release, respondsToSelector, retain, retainCount, self, superclass, zone
 
Methods inherited from class com.jniwrapper.macosx.cocoa.CObject
getClassName
 
Methods inherited from class com.jniwrapper.macosx.cocoa.Id
clone
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSProtocolChecker

public NSProtocolChecker()

NSProtocolChecker

public NSProtocolChecker(boolean autorelease)
Contructs the NSProtocolChecker class with the autorelease option on.

Parameters:
autorelease -

NSProtocolChecker

public NSProtocolChecker(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSProtocolChecker class from pointer.

Parameters:
instancePtr -

NSProtocolChecker

public NSProtocolChecker(java.lang.String methodName,
                         com.jniwrapper.Parameter[] parameters)
Contructs the NSProtocolChecker class with static constructor.

Parameters:
methodName -
parameters -
Method Detail

NSProtocolChecker_protocolCheckerWithTarget_protocol

public static NSProtocolChecker NSProtocolChecker_protocolCheckerWithTarget_protocol(NSObject anObject,
                                                                                     Protocol aProtocol)
This method represents the protocolCheckerWithTarget static constructor of the NSProtocolChecker Objective-C class.

Parameters:
anObject -
aProtocol -
Returns:
NSProtocolChecker

init

protected void init(com.jniwrapper.Parameter[] fields)
Overrides:
init in class NSProxy

protocol

public com.jniwrapper.Pointer.Void protocol()

target

public com.jniwrapper.Pointer.Void target()

initWithTarget_protocol

public Id initWithTarget_protocol(NSObject anObject,
                                  Protocol aProtocol)
This method represents the initWithTarget() method of the NSProtocolChecker Objective-C class.

Parameters:
anObject -
aProtocol -
Returns:
Id