Interface ErrorUtil.MultiDesktopQuery

  • Enclosing class:
    ErrorUtil

    public static interface ErrorUtil.MultiDesktopQuery
    Vision clients should implement this so that this class can be secondary desktop aware. This is needed so that dialogs can be displayed on the correct secondary desktop.
    • Method Detail

      • getCurrentDesktop

        @Nullable
        java.awt.Component getCurrentDesktop()
        Returns:
        the currently selected desktop as a Component. Note that this function may return null, so handle accordingly.