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, for removal: This API element is subject to removal in a future version.
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 IResourceNavigatorDeprecated, for removal: This API element is subject to removal in a future version.The resource navigator. -
Constructor Summary
ConstructorsConstructorDescriptionResourceNavigatorActionGroup(IResourceNavigator navigator) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new navigator action group and creates its actions. -
Method Summary
Modifier and TypeMethodDescriptionprotected ImageDescriptorgetImageDescriptor(String relativePath) Deprecated, for removal: This API element is subject to removal in a future version.Returns the image descriptor with the given relative path.Deprecated, for removal: This API element is subject to removal in a future version.Returns the resource navigator.voidhandleKeyPressed(KeyEvent event) Deprecated, for removal: This API element is subject to removal in a future version.Handles a key pressed event by invoking the appropriate action.protected abstract voidDeprecated, for removal: This API element is subject to removal in a future version.Makes the actions contained in this action group.voidrunDefaultAction(IStructuredSelection selection) Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.Returns the image descriptor with the given relative path. -
handleKeyPressed
Deprecated, for removal: This API element is subject to removal in a future version.Handles a key pressed event by invoking the appropriate action. Does nothing by default. -
makeActions
protected abstract void makeActions()Deprecated, for removal: This API element is subject to removal in a future version.Makes the actions contained in this action group. -
runDefaultAction
Deprecated, for removal: This API element is subject to removal in a future version.Runs the default action in the group. Does nothing by default.- Parameters:
selection- the current selection
-