public interface OpenInNewContextStrategy
DefaultReferenceService
customization strategy for opening a newly created object for editing its details.DefaultReferenceService
Modifier and Type | Interface and Description |
---|---|
static interface |
OpenInNewContextStrategy.Provider
Specific Bazaar vendor interface for open strategies.
|
Modifier and Type | Field and Description |
---|---|
static OpenInNewContextStrategy |
DEFAULT
The default strategy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
openInNewContext(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference,
org.eclipse.emf.ecore.EObject object)
Open a new
object for editing its details in its own context. |
static final OpenInNewContextStrategy DEFAULT
boolean openInNewContext(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EReference reference, org.eclipse.emf.ecore.EObject object)
object
for editing its details in its own context.owner
- the container of the object
, or null
if it is contained in a resourcereference
- the reference of the owner
in which the object
is contained,
or null
if it is contained in a resourceobject
- the new object to be opened for editingtrue
if the object
was opened for editing by this
strategy; false
, otherwiseCopyright © 2019. All rights reserved.