| java.lang.Object org.netbeans.modules.gsfret.editor.semantic.HighlightImpl
HighlightImpl | final class HighlightImpl implements Mark,Highlight(Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: Jan Lahoda |
Constructor Summary | |
public | HighlightImpl(Document doc, Position start, Position end, Collection<ColoringAttributes> colorings) | public | HighlightImpl(Document doc, Position start, Position end, Collection<ColoringAttributes> colorings, Color esColor) | public | HighlightImpl(Language language, Document doc, int start, int end, Collection<ColoringAttributes> colorings, Color esColor) |
getAssignedLines | public int[] getAssignedLines()(Code) | | |
getColoring | public Coloring getColoring()(Code) | | |
getEnd | public int getEnd()(Code) | | |
getHighlightTestData | public String getHighlightTestData()(Code) | | |
getPriority | public int getPriority()(Code) | | |
getShortDescription | public String getShortDescription()(Code) | | |
getStart | public int getStart()(Code) | | |
getStatus | public Status getStatus()(Code) | | |
getType | public int getType()(Code) | | |
|
|