org.eclipse.cdt.internal.ui.dnd
Class TextEditorDropAdapter.Factory

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.dnd.TextEditorDropAdapter.Factory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory
Enclosing class:
TextEditorDropAdapter

public static class TextEditorDropAdapter.Factory
extends java.lang.Object
implements org.eclipse.core.runtime.IAdapterFactory

Adapter factory for text editor drop target listeners. Can be registered to add text, file and marker drop support for all ITextEditors.

See Also:
ITextEditorDropTargetListener

Constructor Summary
TextEditorDropAdapter.Factory()
           
 
Method Summary
 java.lang.Object getAdapter(java.lang.Object adaptableObject, java.lang.Class adapterType)
           
 java.lang.Class[] getAdapterList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditorDropAdapter.Factory

public TextEditorDropAdapter.Factory()
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