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