Eclipse Platform
2.1

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

Packages that use ILineTracker
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
 

Uses of ILineTracker in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement ILineTracker
 class AbstractLineTracker
          Abstract implementation of ILineTracker.
 class ConfigurableLineTracker
          Standard implementation of a generic ILineTracker.
 class DefaultLineTracker
          Standard implementation of ILineTracker.
 

Methods in org.eclipse.jface.text that return ILineTracker
protected  ILineTracker AbstractDocument.getTracker()
          Returns the document's line tracker.
 

Methods in org.eclipse.jface.text with parameters of type ILineTracker
protected  void AbstractDocument.setLineTracker(ILineTracker tracker)
          Sets the document's line tracker.
 


Eclipse Platform
2.1

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