Uses of Interface
omix.util.ui.ThrowingBooleanSupplier
Package | Description |
---|---|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ThrowingBooleanSupplier in omix.util.ui
Methods in omix.util.ui with parameters of type ThrowingBooleanSupplier Modifier and Type Method Description <E extends Throwable>
booleanEventLoopParallelAction. executeBoolean(ThrowingBooleanSupplier<E> executable)
This method calls the methodget()
in a thread parallel to the main event loop.static <E extends Throwable>
booleanThreadAffineUtility. getBoolean(QObject object, ThrowingBooleanSupplier<E> supplier)
static <E extends Throwable>
booleanThreadAffineUtility. getBoolean(ThrowingBooleanSupplier<E> supplier)
static <E extends Throwable>
booleanThreadAffineUtility. tryGetBoolean(QObject object, ThrowingBooleanSupplier<E> supplier)
static <E extends Throwable>
booleanThreadAffineUtility. tryGetBoolean(ThrowingBooleanSupplier<E> supplier)