Eclipse Platform
2.0

Uses of Interface
org.eclipse.jface.text.IRegion

Packages that use IRegion
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.reconciler Provides a reconciler add-on for an ITextViewer
 

Uses of IRegion in org.eclipse.jface.text
 

Subinterfaces of IRegion in org.eclipse.jface.text
 interface ITypedRegion
          Describes a region of an indexed text store such as document or string.
 

Classes in org.eclipse.jface.text that implement IRegion
 class Region
          A default implementation of the IRegion interface.
 class TypedRegion
          Default implementation of ITypedRegion.
 

Uses of IRegion in org.eclipse.jface.text.reconciler
 

Classes in org.eclipse.jface.text.reconciler that implement IRegion
 class DirtyRegion
          A dirty region describes a document range which has been changed.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.