g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.editors
Class BatchEditorActionBarContributor

java.lang.Object
  extended by ActionBarContributor
      extended by eu.geclipse.batch.ui.editors.BatchEditorActionBarContributor

public class BatchEditorActionBarContributor
extends ActionBarContributor

Contributes actions to a toolbar. This class is tied to the editor in the definition of editor-extension (see plugin.xml).


Constructor Summary
BatchEditorActionBarContributor()
           
 
Method Summary
 void contributeToToolBar(IToolBarManager toolBarManager)
          Add actions to the given toolbar.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchEditorActionBarContributor

public BatchEditorActionBarContributor()
Method Detail

contributeToToolBar

public void contributeToToolBar(IToolBarManager toolBarManager)
Add actions to the given toolbar.

See Also:
org.eclipse.ui.part.EditorActionBarContributor#contributeToToolBar(org.eclipse.jface.action.IToolBarManager)

g-Eclipse
Release 1.0.0