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