com.unitesk.requality.eclipse.editors
Class ReqEditorContributor

java.lang.Object
  extended by MultiPageEditorActionBarContributor
      extended by com.unitesk.requality.eclipse.editors.ReqEditorContributor

Deprecated.

@Deprecated
public class ReqEditorContributor
extends MultiPageEditorActionBarContributor

Manages the installation/deinstallation of global actions for multi-page editors. Responsible for the redirection of global actions to the active editor. Multi-page contributor replaces the contributors for the individual editors in the multi-page editor.


Constructor Summary
ReqEditorContributor()
          Deprecated. Creates a multi-page contributor.
 
Method Summary
protected  IAction getAction(ITextEditor editor, java.lang.String actionID)
          Deprecated. Returns the action registed with the given text editor.
 void setActivePage(IEditorPart part)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReqEditorContributor

public ReqEditorContributor()
Deprecated. 
Creates a multi-page contributor.

Method Detail

getAction

protected IAction getAction(ITextEditor editor,
                            java.lang.String actionID)
Deprecated. 
Returns the action registed with the given text editor.

Returns:
IAction or null if editor is null.

setActivePage

public void setActivePage(IEditorPart part)
Deprecated.