Uses of Class
org.bridj.objc.SEL

Packages that use SEL
org.bridj.objc BridJ Objective-C runtime (MacOS X only, not working properly yet). 
 

Uses of SEL in org.bridj.objc
 

Methods in org.bridj.objc that return SEL
protected static SEL ObjectiveCRuntime.sel_registerName(Pointer<Byte> name)
           
 SEL NSInvocation.selector()
           
static SEL SEL.valueOf(String name)
           
 

Methods in org.bridj.objc with parameters of type SEL
protected static boolean ObjectiveCRuntime.class_respondsToSelector(Pointer<? extends ObjCObject> cls, SEL sel)
           
 Pair<NSMethodSignature,Method> ObjCProxy.getMethodAndSignature(SEL sel)
           
 IMP ObjCClass.instanceMethodFor(SEL aSelector)
           
 boolean ObjCClass.instancesRespondTo(SEL sel)
           
 IMP ObjCObject.methodFor(SEL aSelector)
           
 Pointer<NSMethodSignature> ObjCProxy.methodSignatureForSelector(SEL sel)
           
 Pointer<?> ObjCObject.perform(SEL aSelector)
           
 Pointer<?> ObjCObject.perform$with(SEL aSelector, Pointer<?> anObject)
           
 Pointer<?> ObjCObject.perform$with$with(SEL aSelector, Pointer<?> object1, Pointer<?> object2)
           
 boolean ObjCObject.respondsTo(SEL aSelector)
           
protected static Pointer<Byte> ObjectiveCRuntime.sel_getName(SEL sel)
           
 void NSInvocation.setSelector(SEL selector)
           
 



Copyright © 2009-2012. All Rights Reserved.