Package org.eclipse.ui.views.navigator
Class ResourceNavigatorActionGroup
java.lang.Object
org.eclipse.ui.actions.ActionGroup
org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup
- Direct Known Subclasses:
GotoActionGroup
,MainActionGroup
,OpenActionGroup
,RefactorActionGroup
,SortAndFilterActionGroup
,WorkspaceActionGroup
Deprecated.
as of 3.5, use the Common Navigator Framework classes instead
This is the action group for all the resource navigator actions. It delegates
to several subgroups for most of the actions.
- Since:
- 2.0
- See Also:
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be referenced by clients. Planned to be deleted, please see Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=549953
- Restriction:
- This class is not intended to be instantiated by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IResourceNavigator
Deprecated.The resource navigator. -
Constructor Summary
ConstructorsConstructorDescriptionResourceNavigatorActionGroup
(IResourceNavigator navigator) Deprecated.Constructs a new navigator action group and creates its actions. -
Method Summary
Modifier and TypeMethodDescriptionprotected ImageDescriptor
getImageDescriptor
(String relativePath) Deprecated.Returns the image descriptor with the given relative path.Deprecated.Returns the resource navigator.void
handleKeyPressed
(KeyEvent event) Deprecated.Handles a key pressed event by invoking the appropriate action.protected abstract void
Deprecated.Makes the actions contained in this action group.void
runDefaultAction
(IStructuredSelection selection) Deprecated.Runs the default action in the group.Methods inherited from class org.eclipse.ui.actions.ActionGroup
dispose, fillActionBars, fillContextMenu, getContext, setContext, updateActionBars
-
Field Details
-
Constructor Details
-
Method Details
-
getImageDescriptor
Deprecated.Returns the image descriptor with the given relative path. -
handleKeyPressed
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
Deprecated.Runs the default action in the group. Does nothing by default.- Parameters:
selection
- the current selection
-