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 SummaryModifier and TypeMethodDescriptionbooleanReturnstrueif the receiver is suspended,falseotherwise.
- 
Method Details- 
isSuspendedboolean isSuspended()Returnstrueif the receiver is suspended,falseotherwise.- Returns:
- trueif the receiver is suspended,- falseotherwise
 
 
-