Uses of Class
org.eclipse.swt.internal.cocoa.objc_super
Packages that use objc_super
-
Uses of objc_super in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa with parameters of type objc_superModifier and TypeMethodDescriptionstatic final longOS.objc_msgSendSuper(objc_super superId, long sel) static final longOS.objc_msgSendSuper(objc_super superId, long sel, boolean arg0) static final longOS.objc_msgSendSuper(objc_super superId, long sel, boolean arg0, NSRect arg1) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0, boolean arg1) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0, long arg1) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0, long arg1, long arg2, boolean arg3) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0, long arg1, long arg2, long arg3) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0, NSPoint arg1) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0, NSPoint arg1, long arg2) static final longOS.objc_msgSendSuper(objc_super superId, long sel, long arg0, NSRect arg1, long arg2) static final longOS.objc_msgSendSuper(objc_super superId, long sel, NSPoint arg0) static final longOS.objc_msgSendSuper(objc_super superId, long sel, NSRect arg0) static final longOS.objc_msgSendSuper(objc_super superId, long sel, NSRect arg0, long arg1) static final longOS.objc_msgSendSuper(objc_super superId, long sel, NSSize arg0) static final booleanOS.objc_msgSendSuper_bool(objc_super superId, long sel, long arg0, NSPoint arg1) static final booleanOS.objc_msgSendSuper_bool(objc_super superId, long sel, NSRange arg0, long arg1) static final voidOS.objc_msgSendSuper_stret(NSRect result, objc_super superId, long sel, long arg0) static final voidOS.objc_msgSendSuper_stret(NSRect result, objc_super superId, long sel, long arg0, NSRect arg1, long arg2) static final voidOS.objc_msgSendSuper_stret(NSRect result, objc_super superId, long sel, NSRect arg0) static final voidOS.objc_msgSendSuper_stret(NSRect result, objc_super superId, long sel, NSRect arg0, long arg1) static final voidOS.objc_msgSendSuper_stret(NSSize result, objc_super superId, long sel) static final voidOS.objc_msgSendSuper_stret(NSSize result, objc_super superId, long sel, boolean arg0) static final voidOS.objc_msgSendSuper_stret(NSSize result, objc_super superId, long sel, NSRect arg0)