org.eclipse.xtext.builder.nature
Class NatureAddingEditorCallback

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.AbstractDirtyStateAwareEditorCallback
      extended by org.eclipse.xtext.builder.nature.NatureAddingEditorCallback
All Implemented Interfaces:
DirtyStateEditorSupport.IDirtyStateEditorSupportClient, IXtextEditorCallback

public class NatureAddingEditorCallback
extends AbstractDirtyStateAwareEditorCallback

Author:
Sven Efftinge - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.IXtextEditorCallback
IXtextEditorCallback.NullImpl
 
Constructor Summary
NatureAddingEditorCallback()
           
 
Method Summary
 void afterCreatePartControl(XtextEditor editor)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.AbstractDirtyStateAwareEditorCallback
addVerifyListener, afterSave, afterSetInput, beforeDispose, beforeSetInput, getDocument, getShell, isDirty, onValidateEditorInputState, removeVerifyListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NatureAddingEditorCallback

public NatureAddingEditorCallback()
Method Detail

afterCreatePartControl

public void afterCreatePartControl(XtextEditor editor)
Specified by:
afterCreatePartControl in interface IXtextEditorCallback
Overrides:
afterCreatePartControl in class AbstractDirtyStateAwareEditorCallback