public class ECPProjectAdapterFactory extends Object implements org.eclipse.core.runtime.IAdapterFactory
Constructor and Description |
---|
ECPProjectAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
adapt(Object adaptable,
Class<T> adapterType)
Adapt the given adaptable to the given type.
|
Object |
getAdapter(Object adaptable,
Class adapterType) |
Class[] |
getAdapterList() |
public Class[] getAdapterList()
getAdapterList
in interface org.eclipse.core.runtime.IAdapterFactory
IAdapterFactory.getAdapterList()
public Object getAdapter(Object adaptable, Class adapterType)
getAdapter
in interface org.eclipse.core.runtime.IAdapterFactory
IAdapterFactory.getAdapter(java.lang.Object, java.lang.Class)
Copyright © 2019. All rights reserved.