TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.editor
Class HyadesEditorActionContributor

java.lang.Object
  extended byorg.eclipse.ui.part.EditorActionBarContributor
      extended byorg.eclipse.hyades.ui.editor.HyadesEditorActionContributor
All Implemented Interfaces:
org.eclipse.ui.IEditorActionBarContributor

public class HyadesEditorActionContributor
extends org.eclipse.ui.part.EditorActionBarContributor

Basic Hyades editor contributor. This class is in charge to add specific contributions.

Since:
3.3

Constructor Summary
HyadesEditorActionContributor()
           
 
Method Summary
 void contributeToStatusLine(org.eclipse.jface.action.IStatusLineManager statusLineManager)
           
 void setWritable(boolean writable)
           
 
Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor
contributeToCoolBar, contributeToMenu, contributeToToolBar, dispose, getActionBars, getPage, init, init, setActiveEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyadesEditorActionContributor

public HyadesEditorActionContributor()
Method Detail

contributeToStatusLine

public void contributeToStatusLine(org.eclipse.jface.action.IStatusLineManager statusLineManager)

setWritable

public void setWritable(boolean writable)

TPTP 4.2.0 Platform Project
Public API Specification