Uses of Interface
org.eclipse.jface.text.ILineTracker
Packages that use ILineTracker
Package
Description
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 ILineTrackerModifier and TypeClassDescriptionclass
Abstract implementation ofILineTracker
.class
Standard implementation of a genericILineTracker
.class
Standard implementation ofILineTracker
.Methods in org.eclipse.jface.text that return ILineTrackerModifier and TypeMethodDescriptionprotected ILineTracker
AbstractDocument.getTracker()
Returns the document's line tracker.Methods in org.eclipse.jface.text with parameters of type ILineTrackerModifier and TypeMethodDescriptionprotected void
AbstractDocument.setLineTracker
(ILineTracker tracker) Sets the document's line tracker.void
TabsToSpacesConverter.setLineTracker
(ILineTracker lineTracker)