uk.ac.kcl.cch.jb.pliny.browser
Class BrowserEditorActionBarContributor

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

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

This ActionBarContributor is setup to support Pliny's internal browser and is mainly concerned with providing action support for the reference area functions.

Author:
John Bradley

Constructor Summary
BrowserEditorActionBarContributor()
           
 
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

BrowserEditorActionBarContributor

public BrowserEditorActionBarContributor()
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)