Package org.eclipse.handly.model.adapter
Interface IContentAdapterProvider
- All Known Implementing Classes:
HandlyOutlinePage
,HandlyOutlinePopup
,HandlyXtextOutlinePage
,HandlyXtextOutlinePopup
public interface IContentAdapterProvider
An object capable of providing an
IContentAdapter
.
This interface may be implemented by clients.-
Method Summary
Modifier and TypeMethodDescriptionReturns a content adapter according to the provider strategy.
-
Method Details
-
getContentAdapter
IContentAdapter getContentAdapter()Returns a content adapter according to the provider strategy. The result may or may not be the same each time this method is called on the provider.- Returns:
- the provided
IContentAdapter
(nevernull
)
-