protected static class DelegatingContentAssistContextFactory.StatefulFactory.SelectionBasedRegion extends Object implements ITextRegion
EMPTY_REGION| Constructor and Description |
|---|
DelegatingContentAssistContextFactory.StatefulFactory.SelectionBasedRegion(org.eclipse.jface.text.ITextSelection selection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(int offset) |
boolean |
contains(ITextRegion other) |
int |
getLength() |
int |
getOffset() |
ITextRegion |
merge(ITextRegion region) |
public DelegatingContentAssistContextFactory.StatefulFactory.SelectionBasedRegion(org.eclipse.jface.text.ITextSelection selection)
public int getOffset()
getOffset in interface ITextRegionpublic int getLength()
getLength in interface ITextRegionpublic ITextRegion merge(ITextRegion region)
merge in interface ITextRegionpublic boolean contains(ITextRegion other)
contains in interface ITextRegionpublic boolean contains(int offset)
contains in interface ITextRegionCopyright © 2016. All Rights Reserved.