Eclipse Platform
2.1

Uses of Class
org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo

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

Uses of AbstractLineTracker.DelimiterInfo in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that return AbstractLineTracker.DelimiterInfo
protected abstract  AbstractLineTracker.DelimiterInfo AbstractLineTracker.nextDelimiterInfo(String text, int offset)
          Returns the info of the first delimiter found in the given text starting at the given offset.
protected  AbstractLineTracker.DelimiterInfo ConfigurableLineTracker.nextDelimiterInfo(String text, int offset)
           
protected  AbstractLineTracker.DelimiterInfo DefaultLineTracker.nextDelimiterInfo(String text, int offset)
           
 


Eclipse Platform
2.1

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