Package org.eclipse.jface.text
Class Region
java.lang.Object
org.eclipse.jface.text.Region
- All Implemented Interfaces:
IRegion
- Direct Known Subclasses:
TypedRegion
The default implementation of the
IRegion
interface.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Region
public Region(int offset, int length) Create a new region.- Parameters:
offset
- the offset of the regionlength
- the length of the region
-
-
Method Details