|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEditingDomainActionBarContributor
org.eclipse.modisco.utils.chart.metamodel.chart.presentation.chartActionBarContributor
public class chartActionBarContributor
This is the action bar contributor for the chart model editor.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Constructor Summary | |
|---|---|
chartActionBarContributor()
This creates an instance of the contributor. |
|
| Method Summary | |
|---|---|
void |
contributeToMenu(IMenuManager menuManager)
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)
This adds Separators for editor additions to the tool bar. |
void |
menuAboutToShow(IMenuManager menuManager)
This populates the pop-up menu before it appears. |
void |
selectionChanged(SelectionChangedEvent event)
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)
When the active editor changes, this remembers the change and registers with it as a selection provider. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
| Constructor Detail |
|---|
public chartActionBarContributor()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||