Class MWEPluginAdapter
java.lang.Object
org.eclipse.emf.mwe.internal.ui.workflow.debug.MWEPluginAdapter
- All Implemented Interfaces:
PluginAdapter
The IPluginAdapter implementation for WorkflowComponents.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
canHandleType
(String type) org.eclipse.debug.core.model.IBreakpoint
checkBreakpoints
(org.eclipse.debug.core.model.IBreakpoint[] bps, org.eclipse.core.resources.IResource resource, int start, int end, int line) createBreakpoint
(org.eclipse.core.resources.IResource resource, int start, int end, int line) org.eclipse.swt.graphics.Image
getIcon()
boolean
isToggleBpEnabled
(org.eclipse.core.resources.IResource resource, int start, int end, int line)
-
Constructor Details
-
MWEPluginAdapter
public MWEPluginAdapter()
-
-
Method Details
-
canHandleResourceExtension
- Specified by:
canHandleResourceExtension
in interfacePluginAdapter
-
canHandleType
- Specified by:
canHandleType
in interfacePluginAdapter
-
getEditorId
- Specified by:
getEditorId
in interfacePluginAdapter
-
isToggleBpEnabled
public boolean isToggleBpEnabled(org.eclipse.core.resources.IResource resource, int start, int end, int line) - Specified by:
isToggleBpEnabled
in interfacePluginAdapter
-
createBreakpoint
public MWEBreakpoint createBreakpoint(org.eclipse.core.resources.IResource resource, int start, int end, int line) throws org.eclipse.core.runtime.CoreException - Specified by:
createBreakpoint
in interfacePluginAdapter
- Throws:
org.eclipse.core.runtime.CoreException
-
checkBreakpoints
public org.eclipse.debug.core.model.IBreakpoint checkBreakpoints(org.eclipse.debug.core.model.IBreakpoint[] bps, org.eclipse.core.resources.IResource resource, int start, int end, int line) throws org.eclipse.core.runtime.CoreException - Specified by:
checkBreakpoints
in interfacePluginAdapter
- Throws:
org.eclipse.core.runtime.CoreException
-
getIcon
public org.eclipse.swt.graphics.Image getIcon()- Specified by:
getIcon
in interfacePluginAdapter
-