public interface IDocumentProviderExtension5
IDocumentProvider
.
Extends a document provider with the ability to detect a non-synchronized exception.
This interface may be implemented by clients.
IDocumentProvider
Modifier and Type | Method and Description |
---|---|
boolean |
isNotSynchronizedException(Object element,
CoreException ex)
Tells whether the given core exception is exactly the
exception which is thrown for a non-synchronized element.
|
boolean isNotSynchronizedException(Object element, CoreException ex)
element
- the elementex
- the core exceptiontrue
iff the given core exception is exactly the
exception which is thrown for a non-synchronized element
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.