org.eclipse.emf.codegen.ecore.genmodel.presentation
Class GenModelActionBarContributor

java.lang.Object
  extended byorg.eclipse.ui.part.EditorActionBarContributor
      extended byorg.eclipse.ui.part.MultiPageEditorActionBarContributor
          extended byorg.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
              extended byorg.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
All Implemented Interfaces:
IEditorActionBarContributor, IMenuListener, IPropertyListener, ISelectionChangedListener

public class GenModelActionBarContributor
extends EditingDomainActionBarContributor
implements ISelectionChangedListener

This is the action bar contributor for the GenModel model editor.


Nested Class Summary
protected  class GenModelActionBarContributor.GenerateAction
          This is a base class for the "Generate..." actions.
protected  class GenModelActionBarContributor.ReloadAction
           
 
Field Summary
protected  IEditorPart activeEditorPart
          This keeps track of the active editor.
protected  IAction generateAction
           
protected  IAction generateAllAction
           
protected  IAction generateEditAction
           
protected  IAction generateEditorAction
           
protected  IMenuManager generateMenuManager
          This is the menu manager for the "Generate" menu.
protected  IAction generateSchemaAction
           
protected  IAction refreshViewerAction
          This action refreshes the viewer of the current editor if the editor implements IViewerProvider
protected  IAction reloadAction
           
protected  ISelectionProvider selectionProvider
          This keeps track of the current selection provider.
protected  IAction showPropertiesViewAction
          This action opens the Properties view
 
Fields inherited from class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
activeEditor, copyAction, cutAction, deleteAction, loadResourceAction, pasteAction, redoAction, 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.
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, deactivate, getActiveEditor, init, propertyChanged, setActivePage, setActiveView, shareGlobalActions, update
 
Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor
contributeToCoolBar, dispose, getActionBars, getPage, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeEditorPart

protected IEditorPart activeEditorPart
This keeps track of the active editor.


selectionProvider

protected ISelectionProvider selectionProvider
This keeps track of the current selection provider.


showPropertiesViewAction

protected IAction showPropertiesViewAction
This action opens the Properties view.


refreshViewerAction

protected IAction refreshViewerAction
This action refreshes the viewer of the current editor if the editor implements IViewerProvider.


generateMenuManager

protected IMenuManager generateMenuManager
This is the menu manager for the "Generate" menu.


reloadAction

protected IAction reloadAction

generateAction

protected IAction generateAction

generateEditAction

protected IAction generateEditAction

generateEditorAction

protected IAction generateEditorAction

generateSchemaAction

protected IAction generateSchemaAction

generateAllAction

protected IAction generateAllAction
Constructor Detail

GenModelActionBarContributor

public GenModelActionBarContributor()
This creates an instance of the contributor.

Method Detail

getActiveEditorSelection

protected ISelection getActiveEditorSelection()
This gets the selection from the active editor.


contributeToMenu

public void contributeToMenu(IMenuManager menuManager)
This adds menu contributions for the generate actions.

Overrides:
contributeToMenu in class EditingDomainActionBarContributor

contributeToToolBar

public void contributeToToolBar(IToolBarManager toolBarManager)
This adds Separators for editor additions to the tool bar.

Overrides:
contributeToToolBar in class EditingDomainActionBarContributor

setActiveEditor

public void setActiveEditor(IEditorPart part)
When the active editor changes, this remembers the change,

Specified by:
setActiveEditor in interface IEditorActionBarContributor
Overrides:
setActiveEditor in class EditingDomainActionBarContributor

selectionChanged

public void selectionChanged(SelectionChangedEvent event)
This implements ISelectionChangedListener, refreshing the "Generate..." action contribution managers in the pull-down menu.

Specified by:
selectionChanged in interface ISelectionChangedListener

menuAboutToShow

public void menuAboutToShow(IMenuManager menuManager)
This populates the pop-up menu before it appears.

Specified by:
menuAboutToShow in interface IMenuListener
Overrides:
menuAboutToShow in class EditingDomainActionBarContributor

addGlobalActions

protected void addGlobalActions(IMenuManager menuManager)
This inserts global actions before the "additions-end" separator.

Overrides:
addGlobalActions in class EditingDomainActionBarContributor

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.