org.eclipse.cdt.debug.internal.ui.actions
Class RetargettableActionAdapterFactory
java.lang.Object
org.eclipse.cdt.debug.internal.ui.actions.RetargettableActionAdapterFactory
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdapterFactory
public class RetargettableActionAdapterFactory
- extends java.lang.Object
- implements org.eclipse.core.runtime.IAdapterFactory
Creates adapters for retargettable actions in debug platform.
Contributed via org.eclipse.core.runtime.adapters
extension point.
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 |
RetargettableActionAdapterFactory
public RetargettableActionAdapterFactory()
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