public interface IDocumentProviderExtension3
IDocumentProvider
. The method
isSynchronized
replaces the original getSynchronizationStamp
method.Modifier and Type | Method and Description |
---|---|
boolean |
isSynchronized(Object element)
Returns whether the information provided for the given element is in sync with the element.
|
boolean isSynchronized(Object element)
element
- the elementtrue
if the information is in sync with the element, false
otherwise
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.