org.eclipse.xtext.ui.editor
Class IXtextEditorCallback.NullImpl
java.lang.Object
org.eclipse.xtext.ui.editor.IXtextEditorCallback.NullImpl
- All Implemented Interfaces:
- IXtextEditorCallback
- Direct Known Subclasses:
- XtextEditorErrorTickUpdater
- Enclosing interface:
- IXtextEditorCallback
public static class IXtextEditorCallback.NullImpl
- extends java.lang.Object
- implements IXtextEditorCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IXtextEditorCallback.NullImpl
public IXtextEditorCallback.NullImpl()
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