Class EditorAdapterFactory

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

    public class EditorAdapterFactory
    extends java.lang.Object
    implements org.eclipse.core.runtime.IAdapterFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getAdapter​(java.lang.Object adaptableObject, java.lang.Class adapterType)  
      java.lang.Class[] getAdapterList()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EditorAdapterFactory

        public EditorAdapterFactory()
    • Method Detail

      • getAdapter

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

        public java.lang.Class[] getAdapterList()
        Specified by:
        getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory