Uses of Interface
org.eclipse.swt.SwtCallable
-
Packages that use SwtCallable Package Description org.eclipse.swt.widgets SWT widget public API classes. -
-
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 Exception>
TDisplay. syncCall(SwtCallable<T,E> callable)
Calls the callable in the user-interface thread and returns the supplied value.
-