Eclipse Platform
Release 3.1

org.eclipse.jface.text
Class TypedRegion

java.lang.Object
  extended byorg.eclipse.jface.text.Region
      extended byorg.eclipse.jface.text.TypedRegion
All Implemented Interfaces:
IRegion, ITypedRegion

public class TypedRegion
extends Region
implements ITypedRegion

Default implementation of ITypedRegion. A TypedRegion is a value object.


Constructor Summary
TypedRegion(int offset, int length, String type)
          Creates a typed region based on the given specification.
 
Method Summary
 boolean equals(Object o)
           
 String getType()
          Returns the content type of the region.
 int hashCode()
           
 
Methods inherited from class org.eclipse.jface.text.Region
getLength, getOffset
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.text.IRegion
getLength, getOffset
 

Constructor Detail

TypedRegion

public TypedRegion(int offset,
                   int length,
                   String type)
Creates a typed region based on the given specification.

Parameters:
offset - the region's offset
length - the region's length
type - the region's type
Method Detail

getType

public String getType()
Description copied from interface: ITypedRegion
Returns the content type of the region.

Specified by:
getType in interface ITypedRegion
Returns:
the content type of the region

equals

public boolean equals(Object o)
Overrides:
equals in class Region

hashCode

public int hashCode()
Overrides:
hashCode in class Region

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.