edu.cmu.sei.aadl.model.pluginsupport
Class AObjectAdapterFactory

java.lang.Object
  extended by edu.cmu.sei.aadl.model.pluginsupport.AObjectAdapterFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory

public class AObjectAdapterFactory
extends java.lang.Object
implements org.eclipse.core.runtime.IAdapterFactory

Adapter factory that adapts AObject instances to IActionFilter instances. All AObjects are adapted to the action filter AObjectActionFilter.prototype.

Author:
aarong

Constructor Summary
AObjectAdapterFactory()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AObjectAdapterFactory

public AObjectAdapterFactory()
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