Modelers

org.topcased.modeler.actions
Class ModelerActionBarContributor

java.lang.Object
  extended by org.eclipse.ui.part.EditorActionBarContributor
      extended by org.eclipse.gef.ui.actions.ActionBarContributor
          extended by org.topcased.modeler.actions.ModelerActionBarContributor
All Implemented Interfaces:
org.eclipse.ui.IEditorActionBarContributor

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

Basic action bar contributor


Constructor Summary
ModelerActionBarContributor()
           
 
Method Summary
protected  void buildActions()
          Add the retarget actions
 void contributeToToolBar(org.eclipse.jface.action.IToolBarManager toolBarManager)
          Add the actions to the ToolBar
protected  void declareGlobalActionKeys()
          Declare additional global actions IDs.
 
Methods inherited from class org.eclipse.gef.ui.actions.ActionBarContributor
addAction, addGlobalActionKey, addRetargetAction, dispose, getAction, getActionRegistry, init, setActiveEditor
 
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

ModelerActionBarContributor

public ModelerActionBarContributor()
Method Detail

buildActions

protected void buildActions()
Add the retarget actions

Specified by:
buildActions in class org.eclipse.gef.ui.actions.ActionBarContributor
See Also:
ActionBarContributor.buildActions()

contributeToToolBar

public void contributeToToolBar(org.eclipse.jface.action.IToolBarManager toolBarManager)
Add the actions to the ToolBar

Overrides:
contributeToToolBar in class org.eclipse.ui.part.EditorActionBarContributor
See Also:
EditorActionBarContributor.contributeToToolBar(org.eclipse.jface.action.IToolBarManager)

declareGlobalActionKeys

protected void declareGlobalActionKeys()
Declare additional global actions IDs. Only IDs which were not already added directly or indirectly using ActionBarContributor.addGlobalActionKey(String) need to be added

Specified by:
declareGlobalActionKeys in class org.eclipse.gef.ui.actions.ActionBarContributor
See Also:
ActionBarContributor.declareGlobalActionKeys()

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.