Uses of Interface
omix.util.ui.ThrowingFloatSupplier
Package | Description |
---|---|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ThrowingFloatSupplier in omix.util.ui
Methods in omix.util.ui with parameters of type ThrowingFloatSupplier Modifier and Type Method Description <E extends Throwable>
floatEventLoopParallelAction. executeFloat(ThrowingFloatSupplier<E> executable)
This method calls the methodThrowingLongSupplier.get()
in a thread parallel to the main event loop.static <E extends Throwable>
floatThreadAffineUtility. getFloat(QObject object, ThrowingFloatSupplier<E> supplier)
static <E extends Throwable>
floatThreadAffineUtility. getFloat(ThrowingFloatSupplier<E> supplier)
static <E extends Throwable>
floatThreadAffineUtility. tryGetFloat(QObject object, ThrowingFloatSupplier<E> supplier)
static <E extends Throwable>
floatThreadAffineUtility. tryGetFloat(ThrowingFloatSupplier<E> supplier)