org.eclipse.xtend.ide.editor
Class XtendNatureAddingEditorCallback

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.AbstractDirtyStateAwareEditorCallback
      extended by org.eclipse.xtend.ide.editor.XtendNatureAddingEditorCallback
All Implemented Interfaces:
DirtyStateEditorSupport.IDirtyStateEditorSupportClient, IXtextEditorCallback

public class XtendNatureAddingEditorCallback
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
XtendNatureAddingEditorCallback()
           
 
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

XtendNatureAddingEditorCallback

public XtendNatureAddingEditorCallback()
Method Detail

afterCreatePartControl

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