Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.text
Class Region

java.lang.Object
  extended byorg.eclipse.jface.text.Region

All Implemented Interfaces:
IRegion

Direct Known Subclasses:
TypedRegion


public class Region
extends Object
implements IRegion

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

 

 

Region

public Region(int offset,
              int length)

Create a new region.

Parameters:
offset - the offset of the region
length - the length of the region
Method Detail

 

 

getLength

public int getLength()

Description copied from interface: IRegion
Returns the length of the region.

Specified by:
getLength in interface IRegion

Returns:
the length of the region


 

 

getOffset

public int getOffset()

Description copied from interface: IRegion
Returns the offset of the region.

Specified by:
getOffset in interface IRegion

Returns:
the offset of the region


 

 

equals

public boolean equals(Object o)


 

 

hashCode

public int hashCode()


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 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, 2004. All rights reserved.