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