public class EcoreEObjectSelectionStrategyProvider extends ReferenceServiceCustomizationVendor<EObjectSelectionStrategy> implements EObjectSelectionStrategy.Provider
Constructor and Description |
---|
EcoreEObjectSelectionStrategyProvider()
Initializes me.
|
Modifier and Type | Method and Description |
---|---|
EObjectSelectionStrategy |
createEObjectSelectionStrategy()
Create the selection strategy.
|
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 . |
bid
public EcoreEObjectSelectionStrategyProvider()
protected boolean handles(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EReference reference)
ReferenceServiceCustomizationVendor
owner
and reference
.
The default implementation just returns true
; subclasses should override.handles
in class ReferenceServiceCustomizationVendor<EObjectSelectionStrategy>
owner
- the owner of a reference being edited by the Reference Servicereference
- the reference being editedpublic EObjectSelectionStrategy createEObjectSelectionStrategy()
Copyright © 2019. All rights reserved.