Class TranslationSourceAdapterFactory

java.lang.Object
com.e1c.langtool.resource.TranslationSourceAdapterFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory

public class TranslationSourceAdapterFactory extends Object implements org.eclipse.core.runtime.IAdapterFactory
  • Constructor Details

    • TranslationSourceAdapterFactory

      public TranslationSourceAdapterFactory()
  • Method Details

    • 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