Class HistoryPageSourceAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdapterFactory

    @LifecycleService(name="HistoryPageSourceAdapterFactoryBootstrap")
    public class HistoryPageSourceAdapterFactory
    extends Object
    implements org.eclipse.core.runtime.IAdapterFactory
    Factory for adapting to IHistoryPageSource
    • Constructor Detail

      • HistoryPageSourceAdapterFactory

        public HistoryPageSourceAdapterFactory()
    • Method Detail

      • getAdapter

        public <T> T getAdapter​(Object adaptableObject,
                                Class<T> adapterType)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdapterFactory
      • getAdapterList

        public Class<?>[] getAdapterList()
        Specified by:
        getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory