Eclipse Platform
Release 3.3

org.eclipse.ui.texteditor
Interface IDocumentProviderExtension5

All Known Implementing Classes:
AbstractDocumentProvider, ForwardingDocumentProvider, TextFileDocumentProvider, TextFileDocumentProvider.NullProvider

public interface IDocumentProviderExtension5

Extension interface for IDocumentProvider. Extends a document provider with the ability to detect a non-synchronized exception.

This interface may be implemented by clients.

Since:
3.2
See Also:
IDocumentProvider

Method Summary
 boolean isNotSynchronizedException(Object element, CoreException ex)
          Tells whether the given core exception is exactly the exception which is thrown for a non-synchronized element.
 

Method Detail

isNotSynchronizedException

public boolean isNotSynchronizedException(Object element,
                                          CoreException ex)
Tells whether the given core exception is exactly the exception which is thrown for a non-synchronized element.

Parameters:
element - the element
ex - the core exception
Returns:
true iff the given core exception is exactly the exception which is thrown for a non-synchronized element

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.