public static class IXtextEditorCallback.NullImpl extends Object implements IXtextEditorCallback
IXtextEditorCallback.NullImpl| Constructor and Description |
|---|
IXtextEditorCallback.NullImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void beforeSetInput(XtextEditor xtextEditor)
beforeSetInput in interface IXtextEditorCallbackpublic void afterSetInput(XtextEditor xtextEditor)
afterSetInput in interface IXtextEditorCallbackpublic void afterCreatePartControl(XtextEditor editor)
afterCreatePartControl in interface IXtextEditorCallbackpublic void afterSave(XtextEditor editor)
IXtextEditorCallbackafterSave in interface IXtextEditorCallbackeditor - the editor which has not any unsaved changespublic void beforeDispose(XtextEditor editor)
beforeDispose in interface IXtextEditorCallbackpublic boolean onValidateEditorInputState(XtextEditor editor)
onValidateEditorInputState in interface IXtextEditorCallbackCopyright © 2016. All Rights Reserved.