Uses of Interface
org.eclipse.net4j.util.ConsumerWithException
Packages that use ConsumerWithException
Package
Description
Utility classes.
A library with reusable widgets.
-
Uses of ConsumerWithException in org.eclipse.net4j.util
Methods in org.eclipse.net4j.util with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionConsumerWithException.consumer
(ConsumerWithException<T, E> consumerWithException) ConsumerWithException.consumer
(ConsumerWithException<T, E> consumerWithException, Class<E> exceptionClass, Consumer<E> exceptionHandler) -
Uses of ConsumerWithException in org.eclipse.net4j.util.ui.widgets
Methods in org.eclipse.net4j.util.ui.widgets with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionvoid
SafeBrowser.evaluateSafe
(String script, boolean trusted, ConsumerWithException<Object, SWTException> resultHandler)