Call Java method from Event Dispatch Thread (EDT)
javaMethodEDT(
calls
the method in the class of the Java® object array with the signature
matching the arguments MethodName
,JavaObj
,x1,...,xN
)x1,...,xN
. MATLAB® calls the method from the
Event Dispatch Thread (EDT).
javaMethodEDT(
calls
the static method in class StaticMethodName
,ClassName
,x1,...,xN
)ClassName
.
import
| isjava
| javaMethod
| javaObjectEDT
| methods