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