Uses of Interface
org.eclipse.jface.text.ILineTracker
Package
Description
Provides a framework for creating and manipulating text documents.
-
Uses of ILineTracker in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
Abstract implementation ofILineTracker
.class
Standard implementation of a genericILineTracker
.class
Standard implementation ofILineTracker
.Modifier and TypeMethodDescriptionprotected ILineTracker
AbstractDocument.getTracker()
Returns the document's line tracker.Modifier and TypeMethodDescriptionprotected void
AbstractDocument.setLineTracker
(ILineTracker tracker) Sets the document's line tracker.void
TabsToSpacesConverter.setLineTracker
(ILineTracker lineTracker)