|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emfforms.internal.core.services.label.EMFFormsLabelProviderImpl
public class EMFFormsLabelProviderImpl
Implementation of EMFFormsLabelProvider. It provides a label service that delivers the display name and
description for a domain model reference and optionally an EObject.
| Constructor Summary | |
|---|---|
EMFFormsLabelProviderImpl()
|
|
| Method Summary | |
|---|---|
org.eclipse.core.databinding.observable.value.IObservableValue |
getDescription(VDomainModelReference domainModelReference)
Returns the description of the referenced domain object. |
org.eclipse.core.databinding.observable.value.IObservableValue |
getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns the description of the referenced domain object resolved for the given root EObject. |
org.eclipse.core.databinding.observable.value.IObservableValue |
getDisplayName(VDomainModelReference domainModelReference)
Returns the display name of the referenced domain object. |
org.eclipse.core.databinding.observable.value.IObservableValue |
getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
Returns the display name of the referenced domain object resolved for the given root EObject. |
void |
notifyLocaleChange()
Notify about a locale change. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EMFFormsLabelProviderImpl()
| Method Detail |
|---|
public org.eclipse.core.databinding.observable.value.IObservableValue getDisplayName(VDomainModelReference domainModelReference)
throws NoLabelFoundException
getDisplayName in interface EMFFormsLabelProviderdomainModelReference - The VDomainModelReference referencing the domain object
IObservableValue
NoLabelFoundException - if the display name cannot be retrievedEMFFormsLabelProvider.getDisplayName(VDomainModelReference)
public org.eclipse.core.databinding.observable.value.IObservableValue getDisplayName(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
throws NoLabelFoundException
EObject.
getDisplayName in interface EMFFormsLabelProviderdomainModelReference - The VDomainModelReference referencing the domain objectrootObject - The root EObject which is used to resolve the given VDomainModelReference
IObservableValue
NoLabelFoundException - if the display name cannot be retrievedEMFFormsLabelProvider.getDisplayName(VDomainModelReference,EObject)
public org.eclipse.core.databinding.observable.value.IObservableValue getDescription(VDomainModelReference domainModelReference)
throws NoLabelFoundException
getDescription in interface EMFFormsLabelProviderdomainModelReference - The VDomainModelReference referencing the model object
IObservableValue
NoLabelFoundException - if the description cannot be retrievedEMFFormsLabelProvider.getDescription(VDomainModelReference)
public org.eclipse.core.databinding.observable.value.IObservableValue getDescription(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject rootObject)
throws NoLabelFoundException
EObject.
getDescription in interface EMFFormsLabelProviderdomainModelReference - The VDomainModelReference referencing the model objectrootObject - The root EObject which is used to resolve the given VDomainModelReference
IObservableValue
NoLabelFoundException - if the description cannot be retrievedEMFFormsLabelProvider.getDescription(VDomainModelReference,EObject)public void notifyLocaleChange()
notifyLocaleChange in interface EMFFormsLocaleChangeListenerEMFFormsLocaleChangeListener.notifyLocaleChange()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||