Uses of Interface
omix.util.ui.ThrowingSupplier
Package | Description |
---|---|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ThrowingSupplier in omix.util.ui
Methods in omix.util.ui with parameters of type ThrowingSupplier Modifier and Type Method Description <T, E extends Throwable>
TEventLoopParallelAction. execute(ThrowingSupplier<T,E> executable)
This method calls the methodget()
in a thread parallel to the main event loop.static <T, E extends Throwable>
TThreadAffineUtility. get(QObject object, ThrowingSupplier<T,E> supplier)
static <T, E extends Throwable>
TThreadAffineUtility. get(ThrowingSupplier<T,E> supplier)
static <T, E extends Throwable>
TThreadAffineUtility. tryGet(QObject object, ThrowingSupplier<T,E> supplier)
static <R, E extends Throwable>
RThreadAffineUtility. tryGet(ThrowingSupplier<R,E> supplier)