public class FormHighlightingPass extends java.lang.Object implements HighlightingPass
EMPTY_ARRAY| Constructor and Description |
|---|
FormHighlightingPass(GuiEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyInformationToEditor()
Called to apply information collected by HighlightingPass.collectInformation(com.intellij.openapi.progress.ProgressIndicator) to the editor.
|
void |
collectInformation(ProgressIndicator progress)
Asks this pass to start analysis and hold collected information.
|
public FormHighlightingPass(GuiEditor editor)
public void collectInformation(ProgressIndicator progress)
HighlightingPasscollectInformation in interface HighlightingPassprogress - to check if highlighting process is cancelled. Pass is to check progress.isCanceled() as often as possible and
throw ProcessCanceledException if true is returned.
See also ProgressIndicator.checkCanceled().public void applyInformationToEditor()
HighlightingPassapplyInformationToEditor in interface HighlightingPass