public abstract class EditorWorkingCopyReconciler extends WorkingCopyReconciler
Constructor and Description |
---|
EditorWorkingCopyReconciler(org.eclipse.ui.IEditorPart editor,
IWorkingCopyManager workingCopyManager)
Creates a new reconciler that reconciles the working copy associated
with the given text editor.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.ui.IEditorPart |
getEditor() |
protected java.lang.Object |
getReconcilerLock()
Returns the mutex for the reconciler.
|
void |
install(org.eclipse.jface.text.ITextViewer textViewer) |
void |
uninstall() |
addElementChangeListener, elementChanged, forceReconciling, getReconcilingStrategy, initialProcess, isActive, isAffectedBy, isAffectedBy, process, reconcilerDocumentChanged, removeElementChangeListener, setActive, setProgressMonitor, setReconcilingStrategy
aboutToBeReconciled, getDocument, getProgressMonitor, getTextViewer, isIncrementalReconciler, isRunningInReconcilerThread, reconcilerReset, setDelay, setIsAllowedToModifyDocument, setIsIncrementalReconciler, startReconciling
public EditorWorkingCopyReconciler(org.eclipse.ui.IEditorPart editor, IWorkingCopyManager workingCopyManager)
editor
- the editor (not null
)workingCopyManager
- the working copy manager (not null
)public void install(org.eclipse.jface.text.ITextViewer textViewer)
install
in interface org.eclipse.jface.text.reconciler.IReconciler
install
in class WorkingCopyReconciler
public void uninstall()
uninstall
in interface org.eclipse.jface.text.reconciler.IReconciler
uninstall
in class WorkingCopyReconciler
protected java.lang.Object getReconcilerLock()
WorkingCopyReconciler
getReconcilerLock
in class WorkingCopyReconciler
null
)protected final org.eclipse.ui.IEditorPart getEditor()