public class AdapterConfig
extends java.lang.Object
| Constructor and Description |
|---|
AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory,
java.lang.Class<?> adaptable) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getAdaptable() |
org.eclipse.core.runtime.IAdapterFactory |
getAdapterFactory() |
public AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory,
java.lang.Class<?> adaptable)
adapterFactory - the adapter factory to use for the given adaptable. Must not be nulladaptable - the Class that the adapterFactory is to use as the adaptable.
Must not be null.