public class MultiSegmentChildDmrOpenInNewContextStrategyProvider extends ReferenceServiceCustomizationVendor<OpenInNewContextStrategy> implements OpenInNewContextStrategy.Provider
| Constructor and Description |
|---|
MultiSegmentChildDmrOpenInNewContextStrategyProvider() |
| Modifier and Type | Method and Description |
|---|---|
OpenInNewContextStrategy |
createOpenInNewContextStrategy()
Creates the strategy a multi segment's child dmr in a dialog.
|
protected boolean |
handles(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference)
Queries whether I should bid on the given
owner and reference. |
bidpublic MultiSegmentChildDmrOpenInNewContextStrategyProvider()
public OpenInNewContextStrategy createOpenInNewContextStrategy()
protected boolean handles(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference)
ReferenceServiceCustomizationVendorowner and reference.
The default implementation just returns true; subclasses should override.handles in class ReferenceServiceCustomizationVendor<OpenInNewContextStrategy>owner - the owner of a reference being edited by the Reference Servicereference - the reference being editedCopyright © 2019. All rights reserved.