Package org.eclipse.jface.text.source
Interface ILineDifferExtension2
public interface ILineDifferExtension2
Extension interface for
ILineDiffer.
Allows to query the suspension state.
- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the receiver is suspended,falseotherwise.
-
Method Details
-
isSuspended
boolean isSuspended()Returnstrueif the receiver is suspended,falseotherwise.- Returns:
trueif the receiver is suspended,falseotherwise
-