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 Type
    Method
    Description
    Returns 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 (never null)