Package org.eclipse.jface.text.source
Interface ILineDifferExtension2
-
public interface ILineDifferExtension2
Extension interface forILineDiffer
.Allows to query the suspension state.
- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSuspended()
Returnstrue
if the receiver is suspended,false
otherwise.
-