org.eclipse.xtext.ui.editor.actions
Interface IActionContributor

All Known Implementing Classes:
FoldingActionContributor, GoToMatchingBracketAction, IActionContributor.CompositeImpl, MarkOccurrenceActionContributor, ShowWhitespaceCharactersActionContributor

public interface IActionContributor

Author:
Sven Efftinge - Initial contribution and API

Nested Class Summary
static class IActionContributor.CompositeImpl
          composite action contributor delegating call to all registered IActionContributor
 
Method Summary
 void contributeActions(XtextEditor editor)
          hook used to contribute any actions on editor start up.
 void editorDisposed(XtextEditor editor)
           
 

Method Detail

contributeActions

void contributeActions(XtextEditor editor)
hook used to contribute any actions on editor start up.


editorDisposed

void editorDisposed(XtextEditor editor)