|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.Region
The default implementation of the IRegion
interface.
Constructor Summary | |
---|---|
Region(int offset,
int length)
Create a new region. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
getLength()
Returns the length of the region. |
int |
getOffset()
Returns the offset of the region. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Region(int offset, int length)
offset
- the offset of the regionlength
- the length of the regionMethod Detail |
public int getLength()
IRegion
getLength
in interface IRegion
public int getOffset()
IRegion
getOffset
in interface IRegion
public boolean equals(Object o)
public int hashCode()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.