@Deprecated public class RefactorActionGroup extends ResourceNavigatorActionGroup
navigator
Constructor and Description |
---|
RefactorActionGroup(IResourceNavigator navigator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Deprecated.
This method is called by the user of an action group to signal that the group is
no longer needed.
|
void |
fillActionBars(IActionBars actionBars)
Deprecated.
Adds the applicable actions to a part's action bars,
including setting any global action handlers.
|
void |
fillContextMenu(IMenuManager menu)
Deprecated.
Adds the applicable actions to a context menu,
based on the state of the
ActionContext . |
void |
handleKeyPressed(KeyEvent event)
Deprecated.
Handles a key pressed event by invoking the appropriate action.
|
protected void |
makeActions()
Deprecated.
Makes the actions contained in this action group.
|
void |
updateActionBars()
Deprecated.
Updates the state of the actions added to the action bars,
including any global action handlers,
based on the state of the
ActionContext . |
getImageDescriptor, getNavigator, runDefaultAction
getContext, setContext
public RefactorActionGroup(IResourceNavigator navigator)
public void dispose()
ActionGroup
The default implementation calls setContext(null)
.
Subclasses may extend this method.
dispose
in class ActionGroup
public void fillContextMenu(IMenuManager menu)
ActionGroup
ActionContext
.
The default implementation does nothing. Subclasses may override or extend this method.
fillContextMenu
in class ActionGroup
menu
- the context menu managerpublic void fillActionBars(IActionBars actionBars)
ActionGroup
The default implementation does nothing. Subclasses may override or extend this method.
fillActionBars
in class ActionGroup
actionBars
- the part's action barspublic void handleKeyPressed(KeyEvent event)
handleKeyPressed
in class ResourceNavigatorActionGroup
protected void makeActions()
ResourceNavigatorActionGroup
makeActions
in class ResourceNavigatorActionGroup
public void updateActionBars()
ActionGroup
ActionContext
.
The default implementation does nothing. Subclasses may override or extend this method.
updateActionBars
in class ActionGroup
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.