public static class OccurrenceMarker.MarkOccurrenceJob
extends org.eclipse.core.runtime.jobs.Job
| Constructor and Description |
|---|
OccurrenceMarker.MarkOccurrenceJob() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jface.text.source.IAnnotationModel |
getAnnotationModel(XtextEditor editor) |
protected org.eclipse.jface.text.source.Annotation[] |
getExistingOccurrenceAnnotations(org.eclipse.jface.text.source.IAnnotationModel annotationModel) |
void |
initialize(XtextEditor editor,
org.eclipse.jface.text.ITextSelection selection,
boolean isMarkOccurrences) |
protected org.eclipse.core.runtime.IStatus |
run(org.eclipse.core.runtime.IProgressMonitor monitor) |
addJobChangeListener, belongsTo, cancel, canceling, create, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRulepublic void initialize(XtextEditor editor, org.eclipse.jface.text.ITextSelection selection, boolean isMarkOccurrences)
protected org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
run in class org.eclipse.core.runtime.jobs.Jobprotected org.eclipse.jface.text.source.IAnnotationModel getAnnotationModel(XtextEditor editor)
protected org.eclipse.jface.text.source.Annotation[] getExistingOccurrenceAnnotations(org.eclipse.jface.text.source.IAnnotationModel annotationModel)
Copyright © 2016. All Rights Reserved.