uk.ac.kcl.cch.jb.pliny.editors
Class NoteEditorActionBarContributor

java.lang.Object
  extended byorg.eclipse.ui.part.EditorActionBarContributor
      extended byorg.eclipse.gef.ui.actions.ActionBarContributor
          extended byuk.ac.kcl.cch.jb.pliny.editors.NoteEditorActionBarContributor
All Implemented Interfaces:
org.eclipse.ui.IEditorActionBarContributor

public class NoteEditorActionBarContributor
extends org.eclipse.gef.ui.actions.ActionBarContributor

the ActionBarContributor for the NoteEditor.

Author:
John Bradley

Constructor Summary
NoteEditorActionBarContributor()
           
 
Method Summary
protected  void buildActions()
           
 void contributeToToolBar(org.eclipse.jface.action.IToolBarManager toolBarManager)
           
protected  void declareGlobalActionKeys()
           
 void setActiveEditor(org.eclipse.ui.IEditorPart targetEditor)
           
 
Methods inherited from class org.eclipse.gef.ui.actions.ActionBarContributor
addAction, addGlobalActionKey, addRetargetAction, dispose, getAction, getActionRegistry, init
 
Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor
contributeToCoolBar, contributeToMenu, contributeToStatusLine, getActionBars, getPage, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteEditorActionBarContributor

public NoteEditorActionBarContributor()
Method Detail

buildActions

protected void buildActions()

contributeToToolBar

public void contributeToToolBar(org.eclipse.jface.action.IToolBarManager toolBarManager)

declareGlobalActionKeys

protected void declareGlobalActionKeys()

setActiveEditor

public void setActiveEditor(org.eclipse.ui.IEditorPart targetEditor)