org.eclipse.xtext.ui.editor.selection
Class AstSelectionActionContributor

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.selection.AstSelectionActionContributor
All Implemented Interfaces:
IActionContributor

public class AstSelectionActionContributor
extends java.lang.Object
implements IActionContributor

Author:
Michael Clay - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.actions.IActionContributor
IActionContributor.CompositeImpl
 
Constructor Summary
AstSelectionActionContributor()
           
 
Method Summary
 void contributeActions(XtextEditor xtextEditor)
          hook used to contribute any actions on editor start up.
 void editorDisposed(XtextEditor editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AstSelectionActionContributor

public AstSelectionActionContributor()
Method Detail

contributeActions

public void contributeActions(XtextEditor xtextEditor)
Description copied from interface: IActionContributor
hook used to contribute any actions on editor start up.

Specified by:
contributeActions in interface IActionContributor

editorDisposed

public void editorDisposed(XtextEditor editor)
Specified by:
editorDisposed in interface IActionContributor