Uses of Interface
org.eclipse.jface.util.ISafeRunnableRunner
-
Packages that use ISafeRunnableRunner Package Description org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. -
-
Uses of ISafeRunnableRunner in org.eclipse.jface.util
Methods in org.eclipse.jface.util that return ISafeRunnableRunner Modifier and Type Method Description static ISafeRunnableRunner
SafeRunnable. getRunner()
Returns the safe runnable runner.Methods in org.eclipse.jface.util with parameters of type ISafeRunnableRunner Modifier and Type Method Description static void
SafeRunnable. setRunner(ISafeRunnableRunner runner)
Sets the safe runnable runner.
-