@Deprecated
public class QueryActionBarContributor
extends EditingDomainActionBarContributor
| Constructor and Description |
|---|
QueryActionBarContributor()
Deprecated.
This creates an instance of the contributor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Deprecated.
|
void |
contributeToMenu(IMenuManager menuManager)
Deprecated.
This adds to the menu bar a menu and some separators for editor additions,
as well as the sub-menus for object creation items.
|
void |
contributeToToolBar(IToolBarManager toolBarManager)
Deprecated.
This adds Separators for editor additions to the tool bar.
|
void |
deactivate()
Deprecated.
|
void |
menuAboutToShow(IMenuManager menuManager)
Deprecated.
This populates the pop-up menu before it appears.
|
void |
selectionChanged(SelectionChangedEvent event)
Deprecated.
This implements
org.eclipse.jface.viewers.ISelectionChangedListener,
handling org.eclipse.jface.viewers.SelectionChangedEvents by querying for the children and siblings
that can be added to the selected object and updating the menus accordingly. |
void |
setActiveEditor(IEditorPart part)
Deprecated.
When the active editor changes, this remembers the change and registers with it as a selection provider.
|
void |
update()
Deprecated.
|
public QueryActionBarContributor()
public void contributeToToolBar(IToolBarManager toolBarManager)
public void contributeToMenu(IMenuManager menuManager)
public void setActiveEditor(IEditorPart part)
public void selectionChanged(SelectionChangedEvent event)
org.eclipse.jface.viewers.ISelectionChangedListener,
handling org.eclipse.jface.viewers.SelectionChangedEvents by querying for the children and siblings
that can be added to the selected object and updating the menus accordingly.
public void menuAboutToShow(IMenuManager menuManager)
public void activate()
public void deactivate()
public void update()