Package com.jetbrains

Interface DesktopActions


@Service @Provided public interface DesktopActions
Allows desktop actions, like opening a file, or webpage to be overridden.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Desktop action handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set global desktop action handler.
  • Method Details

    • setHandler

      void setHandler(DesktopActions.Handler handler)
      Set global desktop action handler. All handler methods not overridden explicitly are ignored and default behavior is triggered.
      Parameters:
      handler - new action handler