| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMergeEditor |
| Modifier and Type | Field and Description |
|---|---|
protected XtextEditor |
XtextMarkerRulerAction.textEditor |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundXtextEditorCallback.afterCreatePartControl(XtextEditor xtextEditor) |
void |
AbstractDirtyStateAwareEditorCallback.afterCreatePartControl(XtextEditor editor)
Deprecated.
|
void |
XtextEditorErrorTickUpdater.afterCreatePartControl(XtextEditor xtextEditor) |
void |
IXtextEditorCallback.afterCreatePartControl(XtextEditor editor) |
void |
IXtextEditorCallback.NullImpl.afterCreatePartControl(XtextEditor editor) |
void |
CompoundXtextEditorCallback.afterSave(XtextEditor xtextEditor) |
void |
AbstractDirtyStateAwareEditorCallback.afterSave(XtextEditor editor)
Deprecated.
|
void |
IXtextEditorCallback.afterSave(XtextEditor editor)
Announce that the given editor's state is the same as the persisted state.
|
void |
IXtextEditorCallback.NullImpl.afterSave(XtextEditor editor) |
void |
CompoundXtextEditorCallback.afterSetInput(XtextEditor xtextEditor) |
void |
AbstractDirtyStateAwareEditorCallback.afterSetInput(XtextEditor editor)
Deprecated.
|
void |
XtextEditorErrorTickUpdater.afterSetInput(XtextEditor xtextEditor) |
void |
IXtextEditorCallback.afterSetInput(XtextEditor xtextEditor) |
void |
IXtextEditorCallback.NullImpl.afterSetInput(XtextEditor xtextEditor) |
void |
CompoundXtextEditorCallback.beforeDispose(XtextEditor xtextEditor) |
void |
AbstractDirtyStateAwareEditorCallback.beforeDispose(XtextEditor editor)
Deprecated.
|
void |
XtextEditorErrorTickUpdater.beforeDispose(XtextEditor xtextEditor) |
void |
IXtextEditorCallback.beforeDispose(XtextEditor editor) |
void |
IXtextEditorCallback.NullImpl.beforeDispose(XtextEditor editor) |
void |
CompoundXtextEditorCallback.beforeSetInput(XtextEditor xtextEditor) |
void |
AbstractDirtyStateAwareEditorCallback.beforeSetInput(XtextEditor editor)
Deprecated.
|
void |
IXtextEditorCallback.beforeSetInput(XtextEditor xtextEditor) |
void |
IXtextEditorCallback.NullImpl.beforeSetInput(XtextEditor xtextEditor) |
protected Severity |
XtextEditorErrorTickUpdater.getSeverity(XtextEditor xtextEditor) |
boolean |
CompoundXtextEditorCallback.onValidateEditorInputState(XtextEditor xtextEditor) |
boolean |
AbstractDirtyStateAwareEditorCallback.onValidateEditorInputState(XtextEditor editor)
Deprecated.
|
boolean |
IXtextEditorCallback.onValidateEditorInputState(XtextEditor editor) |
boolean |
IXtextEditorCallback.NullImpl.onValidateEditorInputState(XtextEditor editor) |
void |
IXtextEditorAware.setEditor(XtextEditor editor) |
protected void |
XtextEditorErrorTickUpdater.updateEditorImage(XtextEditor xtextEditor) |
| Constructor and Description |
|---|
XtextMarkerRulerAction(ResourceBundle bundle,
String prefix,
XtextEditor editor,
org.eclipse.jface.text.source.IVerticalRulerInfo ruler) |
| Modifier and Type | Method and Description |
|---|---|
void |
IActionContributor.contributeActions(XtextEditor editor)
hook used to contribute any actions on editor start up.
|
void |
IActionContributor.CompositeImpl.contributeActions(XtextEditor editor) |
void |
IActionContributor.editorDisposed(XtextEditor editor) |
void |
IActionContributor.CompositeImpl.editorDisposed(XtextEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
GoToMatchingBracketAction.contributeActions(XtextEditor editor) |
void |
GoToMatchingBracketAction.editorDisposed(XtextEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.emf.common.util.URI |
OpenDocumentTracker.getResourceURI(XtextEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
FoldingActionContributor.contributeActions(XtextEditor editor) |
void |
FoldingActionContributor.editorDisposed(XtextEditor editor) |
void |
IFoldingStructureProvider.install(XtextEditor editor,
org.eclipse.jface.text.source.projection.ProjectionViewer viewer)
Installs this structure provider on the given editor and viewer.
|
void |
DefaultFoldingStructureProvider.install(XtextEditor editor,
org.eclipse.jface.text.source.projection.ProjectionViewer viewer) |
| Modifier and Type | Method and Description |
|---|---|
void |
OccurrenceMarker.connect(XtextEditor editor,
boolean isMarkOccurrences) |
void |
MarkOccurrenceActionContributor.contributeActions(XtextEditor editor) |
Map<org.eclipse.jface.text.source.Annotation,org.eclipse.jface.text.Position> |
DefaultOccurrenceComputer.createAnnotationMap(XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
org.eclipse.core.runtime.SubMonitor monitor) |
Map<org.eclipse.jface.text.source.Annotation,org.eclipse.jface.text.Position> |
IOccurrenceComputer.createAnnotationMap(XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
org.eclipse.core.runtime.SubMonitor monitor) |
void |
OccurrenceMarker.disconnect(XtextEditor editor) |
void |
MarkOccurrenceActionContributor.editorDisposed(XtextEditor editor) |
protected org.eclipse.jface.text.source.IAnnotationModel |
OccurrenceMarker.MarkOccurrenceJob.getAnnotationModel(XtextEditor editor) |
void |
OccurrenceMarker.MarkOccurrenceJob.initialize(XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
boolean isMarkOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuickOutlinePopup.setEditor(XtextEditor xtextEditor) |
| Modifier and Type | Method and Description |
|---|---|
XtextEditor |
MarkerResolutionGenerator.findEditor(org.eclipse.core.resources.IResource resource) |
XtextEditor |
MarkerResolutionGenerator.getEditor(org.eclipse.core.resources.IResource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
XtextReconciler.setEditor(XtextEditor editor) |
void |
XtextDocumentReconcileStrategy.setEditor(XtextEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
XtextEditor |
AstSelectionAction.getXtextEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AstSelectionActionContributor.contributeActions(XtextEditor xtextEditor) |
void |
AstSelectionActionContributor.editorDisposed(XtextEditor editor) |
void |
AstSelectionProvider.initialize(XtextEditor xtextEditor) |
protected void |
AstSelectionProvider.setAction(XtextEditor xtextEditor,
org.eclipse.jface.action.IAction action,
String actionDefinitionId) |
| Constructor and Description |
|---|
AstSelectionAction(String text,
XtextEditor xtextEditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightingHelper.install(XtextEditor editor,
XtextSourceViewer sourceViewer) |
void |
IHighlightingHelper.install(XtextEditor xtextEditor,
XtextSourceViewer sourceViewer) |
void |
HighlightingReconciler.install(XtextEditor editor,
XtextSourceViewer sourceViewer,
HighlightingPresenter presenter)
Install this reconciler on the given editor and presenter.
|
| Modifier and Type | Method and Description |
|---|---|
static XtextEditor |
EditorUtils.getActiveXtextEditor() |
static XtextEditor |
EditorUtils.getActiveXtextEditor(org.eclipse.core.commands.ExecutionEvent event) |
static XtextEditor |
EditorUtils.getXtextEditor(org.eclipse.ui.IEditorPart openEditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatingEditorCallback.afterCreatePartControl(XtextEditor editor) |
void |
ValidatingEditorCallback.afterSave(XtextEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
protected XtextEditor |
RenameRefactoringController.getXtextEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected IRenameElementContext |
IRenameContextFactory.Default.createExternalRenameElementContext(org.eclipse.emf.ecore.EObject targetElement,
XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
XtextResource resource) |
protected org.eclipse.jface.text.link.LinkedPositionGroup |
DefaultLinkedPositionGroupCalculator.createLinkedGroupFromReplaceEdits(List<org.eclipse.text.edits.ReplaceEdit> edits,
XtextEditor xtextEditor,
String originalName,
org.eclipse.core.runtime.SubMonitor progress) |
protected IRenameElementContext |
IRenameContextFactory.Default.createLocalRenameElementContext(org.eclipse.emf.ecore.EObject targetElement,
XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
XtextResource resource) |
IRenameElementContext |
DefaultRenameElementHandler.createRenameElementContext(org.eclipse.emf.ecore.EObject targetElement,
XtextEditor triggeringEditor,
org.eclipse.jface.text.ITextSelection selection,
XtextResource triggeringResource)
To maintain binary compatibility only.
|
IRenameElementContext |
IRenameContextFactory.createRenameElementContext(org.eclipse.emf.ecore.EObject targetElement,
XtextEditor triggeringEditor,
org.eclipse.jface.text.ITextSelection selection,
XtextResource triggeringResource) |
IRenameElementContext |
IRenameContextFactory.Default.createRenameElementContext(org.eclipse.emf.ecore.EObject targetElement,
XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
XtextResource resource) |
IRenameElementContext |
IRenameElementHandler.createRenameElementContext(org.eclipse.emf.ecore.EObject targetElement,
XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
XtextResource resource)
Deprecated.
|
protected String |
RenameRefactoringController.getOriginalName(XtextEditor xtextEditor) |
void |
LinkedEditingUndoSupport.startRecording(XtextEditor editor) |
void |
SyncUtil.waitForReconciler(XtextEditor editor)
this methods blocks until the following jobs have finished,
- the reconciler
- the editor validation job
- the dirty state editor updater job
|
| Constructor and Description |
|---|
RenameRefactoringPopup(XtextEditor editor,
RenameRefactoringController controller,
RenameLinkedMode renameLinkedMode) |
Copyright © 2016. All Rights Reserved.