public class EMFFormsEditSupportImpl extends Object implements EMFFormsEditSupport
EMFFormsEditSupport
.Constructor and Description |
---|
EMFFormsEditSupportImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
canSetProperty(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns whether the property can be set.
|
Object |
getImage(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject,
Object element)
Returns the label image for the given element.
|
String |
getText(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject,
Object element)
Returns the label text for the given element.
|
boolean |
isMultiLine(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns whether the property is multi line.
|
protected void |
setEMFFormsDatabinding(EMFFormsDatabinding emfFormsDatabinding)
Sets the
EMFFormsDatabinding service. |
protected void |
setEMFFormsLocalizationService(EMFFormsLocalizationService emfFormsLocalizationService)
Sets the
EMFFormsLocalizationService service. |
protected void |
setEMFSpecificService(EMFSpecificService emfSpecificService)
Sets the
EMFSpecificService . |
protected void |
setReportService(ReportService reportService)
Sets the
ReportService . |
protected void setEMFFormsLocalizationService(EMFFormsLocalizationService emfFormsLocalizationService)
EMFFormsLocalizationService
service.emfFormsLocalizationService
- The localization service.protected void setEMFFormsDatabinding(EMFFormsDatabinding emfFormsDatabinding)
EMFFormsDatabinding
service.emfFormsDatabinding
- The databinding service.protected void setEMFSpecificService(EMFSpecificService emfSpecificService)
EMFSpecificService
.emfSpecificService
- The EMFSpecificService
protected void setReportService(ReportService reportService)
ReportService
.reportService
- The ReportService
public boolean isMultiLine(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
isMultiLine
in interface EMFFormsEditSupport
domainModelReference
- The VDomainModelReference
rootObject
- The root EObject
of the VDomainModelReference
EMFFormsEditSupport.isMultiLine(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject)
public boolean canSetProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
canSetProperty
in interface EMFFormsEditSupport
domainModelReference
- The VDomainModelReference
rootObject
- The root EObject
of the VDomainModelReference
EMFFormsEditSupport.canSetProperty(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject)
public String getText(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject, Object element)
getText
in interface EMFFormsEditSupport
domainModelReference
- The VDomainModelReference
rootObject
- The root EObject
of the VDomainModelReference
element
- The element for which the label text should be retrievedEMFFormsEditSupport.getText(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject, java.lang.Object)
public Object getImage(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject, Object element)
getImage
in interface EMFFormsEditSupport
domainModelReference
- The VDomainModelReference
rootObject
- The root EObject
of the VDomainModelReference
element
- The element for which the label image should be retrievedEMFFormsEditSupport.getImage(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject, java.lang.Object)
Copyright © 2019. All rights reserved.