Class BpEditorToOutlineAdapterFactory

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

    public class BpEditorToOutlineAdapterFactory
    extends Object
    implements org.eclipse.core.runtime.IAdapterFactory
    Class for outline view support. Adapter factory for bp editor.
    • Constructor Detail

      • BpEditorToOutlineAdapterFactory

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