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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinstall(ITextViewer textViewer) Installs the reconciler on the given text viewer.voidRemoves the reconciler from the text viewer it has previously been installed on.Methods inherited from class org.eclipse.jface.text.reconciler.ReconcilergetDocumentPartitioning, getReconcilingStrategy, initialProcess, process, reconcilerDocumentChanged, setDocumentPartitioning, setProgressMonitor, setReconcilingStrategyMethods inherited from class org.eclipse.jface.text.reconciler.AbstractReconcileraboutToBeReconciled, aboutToWork, forceReconciling, getDocument, getProgressMonitor, getTextViewer, isIncrementalReconciler, isRunningInReconcilerThread, reconcilerReset, setDelay, setIsAllowedToModifyDocument, setIsIncrementalReconciler, signalWaitForFinish, startReconciling
- 
Constructor Details- 
CodeMiningReconcilerpublic CodeMiningReconciler()
 
- 
- 
Method Details- 
installDescription copied from interface:IReconcilerInstalls 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 untiluninstallis called.- Specified by:
- installin interface- IReconciler
- Specified by:
- installin interface- ITextViewerLifecycle
- Overrides:
- installin class- Reconciler
- Parameters:
- textViewer- the viewer on which the reconciler is installed
 
- 
uninstallpublic void uninstall()Description copied from interface:IReconcilerRemoves the reconciler from the text viewer it has previously been installed on.- Specified by:
- uninstallin interface- IReconciler
- Specified by:
- uninstallin interface- ITextViewerLifecycle
- Overrides:
- uninstallin class- Reconciler
 
 
-