org.eclipse.xtext.ui.editor
Class IXtextEditorCallback.NullImpl

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.IXtextEditorCallback.NullImpl
All Implemented Interfaces:
IXtextEditorCallback
Direct Known Subclasses:
OverrideIndicatorModelListener, XtextEditorErrorTickUpdater
Enclosing interface:
IXtextEditorCallback

public static class IXtextEditorCallback.NullImpl
extends java.lang.Object
implements IXtextEditorCallback


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.IXtextEditorCallback
IXtextEditorCallback.NullImpl
 
Constructor Summary
IXtextEditorCallback.NullImpl()
           
 
Method Summary
 void afterCreatePartControl(XtextEditor editor)
           
 void afterSave(XtextEditor editor)
          Announce that the given editor's state is the same as the persisted state.
 void afterSetInput(XtextEditor xtextEditor)
           
 void beforeDispose(XtextEditor editor)
           
 void beforeSetInput(XtextEditor xtextEditor)
           
 boolean onValidateEditorInputState(XtextEditor editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IXtextEditorCallback.NullImpl

public IXtextEditorCallback.NullImpl()
Method Detail

beforeSetInput

public void beforeSetInput(XtextEditor xtextEditor)
Specified by:
beforeSetInput in interface IXtextEditorCallback

afterSetInput

public void afterSetInput(XtextEditor xtextEditor)
Specified by:
afterSetInput in interface IXtextEditorCallback

afterCreatePartControl

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

afterSave

public void afterSave(XtextEditor editor)
Description copied from interface: IXtextEditorCallback
Announce that the given editor's state is the same as the persisted state.

Specified by:
afterSave in interface IXtextEditorCallback
Parameters:
editor - the editor which has not any unsaved changes

beforeDispose

public void beforeDispose(XtextEditor editor)
Specified by:
beforeDispose in interface IXtextEditorCallback

onValidateEditorInputState

public boolean onValidateEditorInputState(XtextEditor editor)
Specified by:
onValidateEditorInputState in interface IXtextEditorCallback