Class FileEditorInputAdapterFactory

java.lang.Object
com.e1c.langtool.ui.editor.regex.FileEditorInputAdapterFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory

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

    • FileEditorInputAdapterFactory

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