com.ibm.carma.ui
Class CarmaAdapterFactory

java.lang.Object
  extended by com.ibm.carma.ui.CarmaAdapterFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory

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

This class serves as the IAdapterFactory for all CARMA objects. The handles converting CARMAResource into IActionFilter and CarmaActionFilter, both by returning a new CarmaActionFilter

It may be instantiated, but is not intended to be subclassed.


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
CarmaAdapterFactory()
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

CarmaAdapterFactory

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