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