Lines Matching refs:method
53 @method webPlugInGetApplet
56 This method is only implemented by the Java plug-in.
61 @method webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription:
62 @param object The Java instance that will receive the method call.
63 @param isStatic A flag that indicated whether the method is a class method.
64 @param returnType The return type of the Java method.
65 @param method The ID of the Java method to call.
66 @param args The arguments to use with the method invocation.
71 use of JNI. Instead they should use this method to dispatch calls to the
73 the call. webPlugInCallJava:isStatic:returnType:method:arguments:callingURL:exceptionDescription: must
74 always be called from the AppKit main thread. This method is only implemented by the Java plug-in.
75 @result The result of the method invocation.
80 method:(jmethodID)method