public static class PomHyperlinkDetector.MarkerRegion extends Object implements org.eclipse.jface.text.IRegion
| Constructor and Description |
|---|
MarkerRegion(int offset,
int length,
org.eclipse.ui.texteditor.MarkerAnnotation applicable) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.ui.texteditor.MarkerAnnotation |
getAnnotation() |
int |
getLength() |
int |
getOffset() |
boolean |
isDefinedInParent() |
public MarkerRegion(int offset,
int length,
org.eclipse.ui.texteditor.MarkerAnnotation applicable)
public int getLength()
getLength in interface org.eclipse.jface.text.IRegionpublic int getOffset()
getOffset in interface org.eclipse.jface.text.IRegionpublic org.eclipse.ui.texteditor.MarkerAnnotation getAnnotation()
public boolean isDefinedInParent()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.