|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.part.EditorActionBarContributor
org.eclipse.ui.part.MultiPageEditorActionBarContributor
org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
public class GenModelActionBarContributor
This is the action bar contributor for the GenModel model editor.
Nested Class Summary | |
---|---|
protected class |
GenModelActionBarContributor.CreateAction
|
protected class |
GenModelActionBarContributor.GenerateAction
This implements the "Generate..." actions. |
protected static class |
GenModelActionBarContributor.OpenEObjectEditorAction
|
protected static class |
GenModelActionBarContributor.ProjectType
|
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 |
Constructor Summary | |
---|---|
GenModelActionBarContributor()
This creates an instance of the contributor. |
Method Summary | |
---|---|
protected void |
addGlobalActions(IMenuManager menuManager)
This inserts global actions before the "additions-end" separator |
void |
contributeToMenu(IMenuManager menuManager)
This adds menu contributions for the generate actions. |
void |
contributeToToolBar(IToolBarManager toolBarManager)
This adds Separators for editor additions to the tool bar. |
void |
dispose()
|
protected ISelection |
getActiveEditorSelection()
This gets the selection from the active editor. |
void |
menuAboutToShow(IMenuManager menuManager)
This populates the pop-up menu before it appears. |
void |
selectionChanged(SelectionChangedEvent event)
This implements ISelectionChangedListener , refreshing the
"Generate..." action contribution managers in the pull-down menu. |
void |
setActiveEditor(IEditorPart part)
When the active editor changes, this remembers the change, |
Methods inherited from class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor |
---|
activate, contributeToStatusLine, createCopyAction, createCutAction, createDeleteAction, createPasteAction, createRedoAction, createUndoAction, deactivate, getActiveEditor, init, propertyChanged, removeAllReferencesOnDelete, setActivePage, setActiveView, shareGlobalActions, update |
Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor |
---|
contributeToCoolBar, getActionBars, getPage, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IEditorPart activeEditorPart
protected ISelectionProvider selectionProvider
protected IAction showPropertiesViewAction
protected IAction refreshViewerAction
IViewerProvider
.
protected IMenuManager generateMenuManager
protected IAction generateModelAction
protected IAction generateEditAction
protected IAction generateEditorAction
protected IAction generateTestsAction
protected IAction generateAllAction
protected ViewerFilterAction showGenAnnotationsAction
protected GenModelActionBarContributor.CreateAction annotateAction
protected GenModelActionBarContributor.CreateAction addDetailAction
protected GenModelActionBarContributor.OpenEObjectEditorAction openEcoreAction
protected GenModelActionBarContributor.OpenEObjectEditorAction openGenModelAction
Constructor Detail |
---|
public GenModelActionBarContributor()
Method Detail |
---|
protected ISelection getActiveEditorSelection()
public void dispose()
dispose
in interface IEditorActionBarContributor
dispose
in class EditorActionBarContributor
public void contributeToMenu(IMenuManager menuManager)
contributeToMenu
in class EditingDomainActionBarContributor
public void contributeToToolBar(IToolBarManager toolBarManager)
contributeToToolBar
in class EditingDomainActionBarContributor
public void setActiveEditor(IEditorPart part)
setActiveEditor
in interface IEditorActionBarContributor
setActiveEditor
in class EditingDomainActionBarContributor
public void selectionChanged(SelectionChangedEvent event)
ISelectionChangedListener
, refreshing the
"Generate..." action contribution managers in the pull-down menu.
selectionChanged
in interface ISelectionChangedListener
public void menuAboutToShow(IMenuManager menuManager)
menuAboutToShow
in interface IMenuListener
menuAboutToShow
in class EditingDomainActionBarContributor
protected void addGlobalActions(IMenuManager menuManager)
addGlobalActions
in class EditingDomainActionBarContributor
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |