public interface ICorrespondingElementProvider
For every IElement
e
such that
getCorrespondingElement(e) != null
,
the following must hold:
e.equals(getCorrespondingElement(e).getAdapter(IElement.class))
This interface may be implemented by clients.
DefaultContentAdapter
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IAdaptable |
getCorrespondingElement(IElement element)
Returns the element that corresponds to the given
IElement . |
Copyright (c) 2014, 2019 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0