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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCurrentDesktop

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