Class ErdEditorToOutlineAdapterFactory

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

    public class ErdEditorToOutlineAdapterFactory
    extends Object
    implements org.eclipse.core.runtime.IAdapterFactory
    Adapter factory for outline support.
    • Constructor Detail

      • ErdEditorToOutlineAdapterFactory

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