Uses of Interface
org.eclipse.swt.SwtCallable
-
Packages that use SwtCallable Package Description org.eclipse.swt.widgets -
-
Uses of SwtCallable in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type SwtCallable Modifier and Type Method Description <T,E extends java.lang.Exception>
TDisplay. syncCall(SwtCallable<T,E> callable)
Calls the callable in the user-interface thread and returns the supplied value.
-