Class ResourceNavigatorActionGroup

    • Field Detail

    • Constructor Detail

      • ResourceNavigatorActionGroup

        public ResourceNavigatorActionGroup​(IResourceNavigator navigator)
        Deprecated.
        Constructs a new navigator action group and creates its actions.
        Parameters:
        navigator - the resource navigator
    • Method Detail

      • getImageDescriptor

        protected ImageDescriptor getImageDescriptor​(String relativePath)
        Deprecated.
        Returns the image descriptor with the given relative path.
      • getNavigator

        public IResourceNavigator getNavigator()
        Deprecated.
        Returns the resource navigator.
      • handleKeyPressed

        public void handleKeyPressed​(KeyEvent event)
        Deprecated.
        Handles a key pressed event by invoking the appropriate action. Does nothing by default.
      • makeActions

        protected abstract void makeActions()
        Deprecated.
        Makes the actions contained in this action group.
      • runDefaultAction

        public void runDefaultAction​(IStructuredSelection selection)
        Deprecated.
        Runs the default action in the group. Does nothing by default.
        Parameters:
        selection - the current selection