Uses of Interface
org.eclipse.jface.text.ILineTracker
-
Packages that use ILineTracker Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents. -
-
Uses of ILineTracker in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ILineTracker Modifier and Type Class Description classAbstractLineTrackerAbstract implementation ofILineTracker.classConfigurableLineTrackerStandard implementation of a genericILineTracker.classDefaultLineTrackerStandard implementation ofILineTracker.Methods in org.eclipse.jface.text that return ILineTracker Modifier and Type Method Description protected ILineTrackerAbstractDocument. getTracker()Returns the document's line tracker.Methods in org.eclipse.jface.text with parameters of type ILineTracker Modifier and Type Method Description protected voidAbstractDocument. setLineTracker(ILineTracker tracker)Sets the document's line tracker.voidTabsToSpacesConverter. setLineTracker(ILineTracker lineTracker)
-