public class NewReferenceAction extends ECPSWTAction
ReferenceMultiControl
Constructor and Description |
---|
NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature,
EMFFormsEditSupport editSupport,
EMFFormsLabelProvider labelProvider,
ReferenceService referenceService,
ReportService reportService,
VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainModel)
The constructor for a new reference action.
|
NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
EMFFormsEditSupport editSupport,
EMFFormsLabelProvider labelProvider,
ReferenceService referenceService,
ReportService reportService,
VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject domainModel)
The constructor for a new reference action.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
equals, getEditingDomain, getSetting, hashCode
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
public NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EStructuralFeature.Setting setting, EMFFormsEditSupport editSupport, EMFFormsLabelProvider labelProvider, ReferenceService referenceService, ReportService reportService, VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject domainModel)
editingDomain
- the EditingDomain
to usesetting
- the EStructuralFeature.Setting
to useeditSupport
- the EMFFormsEditSupport
to uselabelProvider
- the EMFFormsLabelProvider
to usereferenceService
- the ReferenceService
to usereportService
- the ReportService
to usedomainModelReference
- the VDomainModelReference
to usedomainModel
- the domain model of the given VDomainModelReference
public NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature structuralFeature, EMFFormsEditSupport editSupport, EMFFormsLabelProvider labelProvider, ReferenceService referenceService, ReportService reportService, VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject domainModel)
editingDomain
- The EditingDomain
to useeObject
- The EObject
to usestructuralFeature
- The EStructuralFeature
defining which feature of the EObject
is usededitSupport
- The EMFFormsEditSupport
to uselabelProvider
- the EMFFormsLabelProvider
to usereferenceService
- The ReferenceService
to usereportService
- The ReportService
to usedomainModelReference
- the VDomainModelReference
to usedomainModel
- the domain model of the given VDomainModelReference
Copyright © 2017. All rights reserved.