Package org.eclipse.m2m.atl.adt.debug.ui
Class AtlBreakpointAdapterFactory
java.lang.Object
org.eclipse.m2m.atl.adt.debug.ui.AtlBreakpointAdapterFactory
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdapterFactory
public class AtlBreakpointAdapterFactory
extends Object
implements org.eclipse.core.runtime.IAdapterFactory
Creates a toggle breakpoint adapter factory. This factory is used to create a new ATL breakpoint.
-
Field Summary
Fields inherited from interface org.eclipse.core.runtime.IAdapterFactory
SERVICE_PROPERTY_ADAPTABLE_CLASS, SERVICE_PROPERTY_ADAPTER_NAMES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
getAdapter
(Object adaptableObject, Class<T> adapterType) Class<?>[]
-
Constructor Details
-
AtlBreakpointAdapterFactory
public AtlBreakpointAdapterFactory()
-
-
Method Details
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdapterFactory
- See Also:
-
IAdapterFactory.getAdapter(java.lang.Object, java.lang.Class)
-
getAdapterList
- Specified by:
getAdapterList
in interfaceorg.eclipse.core.runtime.IAdapterFactory
- See Also:
-
IAdapterFactory.getAdapterList()
-