Class CodeMiningReconciler
java.lang.Object
org.eclipse.jface.text.reconciler.AbstractReconciler
org.eclipse.jface.text.reconciler.Reconciler
org.eclipse.jface.text.codemining.CodeMiningReconciler
- All Implemented Interfaces:
ITextViewerLifecycle
,IReconciler
,IReconcilerExtension
A reconciler which update code minings.
- Since:
- 3.13
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
install
(ITextViewer textViewer) Installs the reconciler on the given text viewer.void
Removes the reconciler from the text viewer it has previously been installed on.Methods inherited from class org.eclipse.jface.text.reconciler.Reconciler
getDocumentPartitioning, getReconcilingStrategy, initialProcess, process, reconcilerDocumentChanged, setDocumentPartitioning, setProgressMonitor, setReconcilingStrategy
Methods inherited from class org.eclipse.jface.text.reconciler.AbstractReconciler
aboutToBeReconciled, aboutToWork, forceReconciling, getDocument, getProgressMonitor, getTextViewer, isIncrementalReconciler, isRunningInReconcilerThread, reconcilerReset, setDelay, setIsAllowedToModifyDocument, setIsIncrementalReconciler, signalWaitForFinish, startReconciling
-
Constructor Details
-
CodeMiningReconciler
public CodeMiningReconciler()
-
-
Method Details
-
install
Description copied from interface:IReconciler
Installs the reconciler on the given text viewer. After this method has been finished, the reconciler is operational, i.e., it works without requesting further client actions untiluninstall
is called.- Specified by:
install
in interfaceIReconciler
- Specified by:
install
in interfaceITextViewerLifecycle
- Overrides:
install
in classReconciler
- Parameters:
textViewer
- the viewer on which the reconciler is installed
-
uninstall
public void uninstall()Description copied from interface:IReconciler
Removes the reconciler from the text viewer it has previously been installed on.- Specified by:
uninstall
in interfaceIReconciler
- Specified by:
uninstall
in interfaceITextViewerLifecycle
- Overrides:
uninstall
in classReconciler
-