org.eclipse.xtext.ui.editor.folding
Class FoldingActionContributor

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

public class FoldingActionContributor
extends java.lang.Object
implements IActionContributor

Contributes folding actions for the given XtextEditor.

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
FoldingActionContributor()
           
 
Method Summary
 void contributeActions(XtextEditor editor)
          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

FoldingActionContributor

public FoldingActionContributor()
Method Detail

contributeActions

public void contributeActions(XtextEditor editor)
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