org.eclipse.cdt.internal.ui.dnd
Class TextEditorDropAdapter.Factory
java.lang.Object
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
ITextEditor
s.
- See Also:
ITextEditorDropTargetListener
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 |
TextEditorDropAdapter.Factory
public TextEditorDropAdapter.Factory()
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