|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emfforms.internal.core.services.editsupport.EMFFormsEditSupportImpl
public class EMFFormsEditSupportImpl
EMF implementation of EMFFormsEditSupport
.
Constructor Summary | |
---|---|
EMFFormsEditSupportImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EMFFormsEditSupportImpl()
Method Detail |
---|
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 retrieved
EMFFormsEditSupport.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 retrieved
EMFFormsEditSupport.getImage(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference,
org.eclipse.emf.ecore.EObject, java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |