public class AdapterConfig extends Object
Constructor and Description |
---|
AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory,
Class<?> adaptable) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getAdaptable() |
org.eclipse.core.runtime.IAdapterFactory |
getAdapterFactory() |
public AdapterConfig(org.eclipse.core.runtime.IAdapterFactory adapterFactory, Class<?> adaptable)
adapterFactory
- the adapter factory to use for the given adaptable. Must not be null
adaptable
- the Class that the adapterFactory is to use as the adaptable.
Must not be null
.public org.eclipse.core.runtime.IAdapterFactory getAdapterFactory()
public Class<?> getAdaptable()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.