Package org.eclipse.jface.text.source
Interface ILineDifferExtension
-
public interface ILineDifferExtension
Extension interface forILineDiffer
.Introduces the concept of suspending a differ. A
ILineDiffer
may be suspended into a dormant state, and resumed to normal operation.- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resume()
Resumes the receiver.void
suspend()
Suspends the receiver.
-