java.lang.Object
omix.util.ui.CursorUtility
- All Implemented Interfaces:
AutoCloseable
public abstract class CursorUtility extends Object implements AutoCloseable
-
Method Summary
Modifier and Type Method Description abstract void
close()
static CursorUtility
overrideCursor(Qt.CursorShape cursorShape)
static CursorUtility
restoreOverrideCursor()
static CursorUtility
waitCursor()
-
Method Details
-
close
public abstract void close()- Specified by:
close
in interfaceAutoCloseable
-
waitCursor
-
overrideCursor
-
restoreOverrideCursor
-