Home
last modified time | relevance | path

Searched refs:colorParamAnnotation (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/sources/inlined/
H A DInlinedAnnotationDemo.java234 LineContentAnnotation colorParamAnnotation = support.findExistingAnnotation(paramPos); in addRGBParamNameAnnotation() local
235 if (colorParamAnnotation == null) { in addRGBParamNameAnnotation()
236 colorParamAnnotation = new LineContentAnnotation(paramPos, viewer); in addRGBParamNameAnnotation()
238 colorParamAnnotation.setText(paramName); in addRGBParamNameAnnotation()
239 annotations.add(colorParamAnnotation); in addRGBParamNameAnnotation()