Class EolEditorAdapterFactory

java.lang.Object
org.eclipse.epsilon.eol.dt.debug.EolEditorAdapterFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory

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

    • EolEditorAdapterFactory

      public EolEditorAdapterFactory()
  • 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