Package org.eclipse.jface.text.source
Interface ILineDifferExtension
-
public interface ILineDifferExtensionExtension interface forILineDiffer.Introduces the concept of suspending a differ. A
ILineDiffermay 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 voidresume()Resumes the receiver.voidsuspend()Suspends the receiver.
-