Package org.eclipse.handly.model.adapter
Interface IContentAdapterProvider
-
- All Known Implementing Classes:
HandlyOutlinePage
,HandlyOutlinePopup
,HandlyXtextOutlinePage
,HandlyXtextOutlinePopup
public interface IContentAdapterProvider
An object capable of providing anIContentAdapter
. This interface may be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IContentAdapter
getContentAdapter()
Returns a content adapter according to the provider strategy.
-
-
-
Method Detail
-
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
)
-
-