public class ConnectionHolderAdapterFactory extends Object implements org.eclipse.core.runtime.IAdapterFactory
| Constructor and Description |
|---|
ConnectionHolderAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdapter(Object adaptableObject,
Class<T> adapterType) |
Class<?>[] |
getAdapterList() |
public <T> T getAdapter(Object adaptableObject, Class<T> adapterType)
getAdapter in interface org.eclipse.core.runtime.IAdapterFactorypublic Class<?>[] getAdapterList()
getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory