org.eclipse.emf.mapping.presentation
Class MappingEditor.ActionBarContributor
java.lang.Object
org.eclipse.ui.part.EditorActionBarContributor
org.eclipse.ui.part.MultiPageEditorActionBarContributor
org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
- All Implemented Interfaces:
- IMenuListener, IEditorActionBarContributor, IPropertyListener
- Enclosing class:
- MappingEditor
public static class MappingEditor.ActionBarContributor
- extends EditingDomainActionBarContributor
This is the contributor for the mapping editor.
Fields inherited from class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor |
activeEditor, ADDITIONS_LAST_STYLE, controlAction, copyAction, cutAction, deleteAction, loadResourceAction, pasteAction, redoAction, style, undoAction, validateAction |
Methods inherited from class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor |
activate, addGlobalActions, contributeToMenu, contributeToStatusLine, createCopyAction, createCutAction, createDeleteAction, createPasteAction, createRedoAction, createUndoAction, deactivate, getActiveEditor, init, menuAboutToShow, propertyChanged, removeAllReferencesOnDelete, setActivePage, setActiveView, shareGlobalActions, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
removeMappingAction
protected DelegatingCommandAction removeMappingAction
createMappingAction
protected DelegatingCommandAction createMappingAction
createOneSidedMappingAction
protected DelegatingCommandAction createOneSidedMappingAction
nameMatchMappingAction
protected DelegatingCommandAction nameMatchMappingAction
typeMatchMappingAction
protected DelegatingCommandAction typeMatchMappingAction
MappingEditor.ActionBarContributor
public MappingEditor.ActionBarContributor()
- This creates an instance the contributor.
setActiveEditor
public void setActiveEditor(IEditorPart part)
- Specified by:
setActiveEditor
in interface IEditorActionBarContributor
- Overrides:
setActiveEditor
in class EditingDomainActionBarContributor
contributeToToolBar
public void contributeToToolBar(IToolBarManager toolBarManager)
- Overrides:
contributeToToolBar
in class EditingDomainActionBarContributor