Uses of Class
org.eclipse.emfforms.spi.core.services.label.NoLabelFoundException

Packages that use NoLabelFoundException
org.eclipse.emf.ecp.view.internal.control.multireference   
org.eclipse.emf.ecp.view.internal.core.swt.renderer   
org.eclipse.emf.ecp.view.spi.core.swt.renderer   
org.eclipse.emf.ecp.view.table.ui.swt.test   
org.eclipse.emfforms.internal.core.services.label   
org.eclipse.emfforms.spi.core.services.label   
 

Uses of NoLabelFoundException in org.eclipse.emf.ecp.view.internal.control.multireference
 

Methods in org.eclipse.emf.ecp.view.internal.control.multireference that throw NoLabelFoundException
 void MultiReferenceRenderer_PTest.setUp()
          Set up executed before every test.
 

Uses of NoLabelFoundException in org.eclipse.emf.ecp.view.internal.core.swt.renderer
 

Methods in org.eclipse.emf.ecp.view.internal.core.swt.renderer that throw NoLabelFoundException
 void DateTimeControlRenderer_PTest.testLabelServiceUsage()
          Tests whether the EMFFormsLabelProvider is used to get the labels of the control.
 void EnumComboViewerRenderer_PTest.testLabelServiceUsage()
          Tests whether the EMFFormsLabelProvider is used to get the labels of the control.
 void NumberControlRenderer_PTest.testLabelServiceUsage()
          Tests whether the EMFFormsLabelProvider is used to get the labels of the control.
 void XMLDateControlRenderer_PTest.testLabelServiceUsage()
          Tests whether the EMFFormsLabelProvider is used to get the labels of the control.
 void BooleanControlRenderer_PTest.testLabelServiceUsage()
          Tests whether the EMFFormsLabelProvider is used to get the labels of the control.
 

Uses of NoLabelFoundException in org.eclipse.emf.ecp.view.spi.core.swt.renderer
 

Methods in org.eclipse.emf.ecp.view.spi.core.swt.renderer that throw NoLabelFoundException
 void TextControlRenderer_PTest.renderControlLabelAlignmentLeft()
           
 void TextControlRenderer_PTest.renderControlLabelAlignmentNone()
           
 void TextControlRenderer_PTest.testDatabindingServiceUsageChangeControl()
           
 void TextControlRenderer_PTest.testDatabindingServiceUsageChangeObservable()
           
 void TextControlRenderer_PTest.testDatabindingServiceUsageInitialBinding()
           
 void TextControlRenderer_PTest.testLabelServiceUsage()
          Tests whether the EMFFormsLabelProvider is used to get the labels of the control.
 void TextControlRenderer_PTest.testLabelServiceUsageTextField()
          Tests whether the EMFFormsLabelProvider is used to get the message of the text field of the text control.
 

Uses of NoLabelFoundException in org.eclipse.emf.ecp.view.table.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.table.ui.swt.test that throw NoLabelFoundException
 void SWTTableDatabindingLabel_PTest.setUp()
          Set up executed before every test.
 

Uses of NoLabelFoundException in org.eclipse.emfforms.internal.core.services.label
 

Methods in org.eclipse.emfforms.internal.core.services.label that throw NoLabelFoundException
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderImpl.getDescription(VDomainModelReference domainModelReference)
          Returns the description of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderImpl.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 EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference domainModelReference)
          Returns the display name of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderImpl.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 EMFFormsLabelProviderImpl_Test.testGetDescriptionVDomainModelReference()
           
 void EMFFormsLabelProviderImpl_Test.testGetDescriptionVDomainModelReferenceEObject()
           
 void EMFFormsLabelProviderImpl_Test.testGetDescriptionVDomainModelReferenceEObjectNull()
           
 void EMFFormsLabelProviderImpl_Test.testGetDescriptionVDomainModelReferenceEObjectThrowDatabindingException()
           
 void EMFFormsLabelProviderImpl_Test.testGetDescriptionVDomainModelReferenceNull()
           
 void EMFFormsLabelProviderImpl_Test.testGetDescriptionVDomainModelReferenceNullEObject()
           
 void EMFFormsLabelProviderImpl_Test.testGetDescriptionVDomainModelReferenceThrowDatabindingException()
           
 void EMFFormsLabelProviderImpl_Test.testGetDisplayNameVDomainModelReference()
           
 void EMFFormsLabelProviderImpl_Test.testGetDisplayNameVDomainModelReferenceEObject()
           
 void EMFFormsLabelProviderImpl_Test.testGetDisplayNameVDomainModelReferenceEObjectNull()
           
 void EMFFormsLabelProviderImpl_Test.testGetDisplayNameVDomainModelReferenceEObjectThrowDatabindingException()
           
 void EMFFormsLabelProviderImpl_Test.testGetDisplayNameVDomainModelReferenceNull()
           
 void EMFFormsLabelProviderImpl_Test.testGetDisplayNameVDomainModelReferenceNullEObject()
           
 void EMFFormsLabelProviderImpl_Test.testGetDisplayNameVDomainModelReferenceThrowDatabindingException()
           
 void EMFFormsLabelProviderImpl_Test.testNotifyLocaleChange()
           
 void EMFFormsLabelProviderImpl_ITest.testServiceUsageDescriptionOneParam()
          Tests that EMFFormsLabelProviderImpl.getDescription(VDomainModelReference) uses the databinding and emf specific services.
 void EMFFormsLabelProviderDefaultImpl_ITest.testServiceUsageDescriptionOneParam()
          Tests that EMFFormsLabelProviderDefaultImpl.getDescription(VDomainModelReference) uses the databinding and emf specific services.
 void EMFFormsLabelProviderImpl_ITest.testServiceUsageDescriptionTwoParam()
          Tests that EMFFormsLabelProviderImpl.getDescription(VDomainModelReference, EObject) uses the databinding and emf specific services.
 void EMFFormsLabelProviderDefaultImpl_ITest.testServiceUsageDescriptionTwoParam()
          Tests that EMFFormsLabelProviderDefaultImpl.getDescription(VDomainModelReference, EObject) uses the databinding and emf specific services.
 void EMFFormsLabelProviderImpl_ITest.testServiceUsageDisplayNameOneParam()
          Tests that EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference) uses the databinding and emf specific services.
 void EMFFormsLabelProviderDefaultImpl_ITest.testServiceUsageDisplayNameOneParam()
          Tests that EMFFormsLabelProviderDefaultImpl.getDisplayName(VDomainModelReference) uses the databinding and emf specific services.
 void EMFFormsLabelProviderImpl_ITest.testServiceUsageDisplayNameTwoParam()
          Tests that EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference, EObject) uses the databinding and emf specific services.
 void EMFFormsLabelProviderDefaultImpl_ITest.testServiceUsageDisplayNameTwoParam()
          Tests that EMFFormsLabelProviderDefaultImpl.getDisplayName(VDomainModelReference, EObject) uses the databinding and emf specific services.
 

Uses of NoLabelFoundException in org.eclipse.emfforms.spi.core.services.label
 

Methods in org.eclipse.emfforms.spi.core.services.label that throw NoLabelFoundException
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProvider.getDescription(VDomainModelReference domainModelReference)
          Returns the description of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProvider.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 EMFFormsLabelProvider.getDisplayName(VDomainModelReference domainModelReference)
          Returns the display name of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProvider.getDisplayName(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns the display name of the referenced domain object resolved for the given root EObject.
 



Copyright © 2015. All Rights Reserved.