public abstract class ResourceNavigatorActionGroup extends ActionGroup
GotoActionGroup
,
OpenActionGroup
,
RefactorActionGroup
,
SortAndFilterActionGroup
,
WorkspaceActionGroup
Modifier and Type | Field and Description |
---|---|
protected IResourceNavigator |
navigator
Deprecated.
The resource navigator.
|
Constructor and Description |
---|
ResourceNavigatorActionGroup(IResourceNavigator navigator)
Deprecated.
Constructs a new navigator action group and creates its actions.
|
Modifier and Type | Method and Description |
---|---|
protected ImageDescriptor |
getImageDescriptor(String relativePath)
Deprecated.
Returns the image descriptor with the given relative path.
|
IResourceNavigator |
getNavigator()
Deprecated.
Returns the resource navigator.
|
void |
handleKeyPressed(KeyEvent event)
Deprecated.
Handles a key pressed event by invoking the appropriate action.
|
protected abstract void |
makeActions()
Deprecated.
Makes the actions contained in this action group.
|
void |
runDefaultAction(IStructuredSelection selection)
Deprecated.
Runs the default action in the group.
|
dispose, fillActionBars, fillContextMenu, getContext, setContext, updateActionBars
protected IResourceNavigator navigator
public ResourceNavigatorActionGroup(IResourceNavigator navigator)
navigator
- the resource navigatorprotected ImageDescriptor getImageDescriptor(String relativePath)
public IResourceNavigator getNavigator()
public void handleKeyPressed(KeyEvent event)
protected abstract void makeActions()
public void runDefaultAction(IStructuredSelection selection)
selection
- the current selection
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.