Interface IGlobalActionsProvider

    • Method Detail

      • getContextId

        String getContextId()
        The id of context which provides this class.
        Returns:
        the context id
      • getGlobalActions

        Set<org.eclipse.jface.action.IAction> getGlobalActions()
        Returns the global action for current context. This method can not returns null. If provider has not global actions, is should be return empty set.
        Returns:
        the global actions
        See Also:
        Collections.emptySet()