org.eclipse.cdt.debug.mi.internal.ui
Class ActionFilterAdapterFactory
java.lang.Object
org.eclipse.cdt.debug.mi.internal.ui.ActionFilterAdapterFactory
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdapterFactory
public class ActionFilterAdapterFactory
- extends java.lang.Object
- implements org.eclipse.core.runtime.IAdapterFactory
The UI adapter factory for GDB/MI Debug extensions
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 |
ActionFilterAdapterFactory
public ActionFilterAdapterFactory()
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