Uses of Class
org.eclipse.emf.ecp.view.spi.renderer.NoPropertyDescriptorFoundExeption

Packages that use NoPropertyDescriptorFoundExeption
org.eclipse.emf.ecp.ui.view.swt.di.renderer   
org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer   
org.eclipse.emf.ecp.view.custom.ui.swt.test   
org.eclipse.emf.ecp.view.group.ui.swt.test   
org.eclipse.emf.ecp.view.horizontal.ui.swt.test   
org.eclipse.emf.ecp.view.internal.control.multireference   
org.eclipse.emf.ecp.view.internal.core.swt.renderer   
org.eclipse.emf.ecp.view.spi.categorization.swt   
org.eclipse.emf.ecp.view.spi.core.swt.renderer   
org.eclipse.emf.ecp.view.spi.custom.swt   
org.eclipse.emf.ecp.view.table.ui.swt.test   
org.eclipse.emf.ecp.view.test.common.swt.spi   
org.eclipse.emf.ecp.view.vertical.ui.swt.test   
org.eclipse.emfforms.spi.swt.core   
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.ui.view.swt.di.renderer
 

Methods in org.eclipse.emf.ecp.ui.view.swt.di.renderer that throw NoPropertyDescriptorFoundExeption
 org.eclipse.swt.widgets.Control DIViewSWTRenderer.render(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the passed VElement.
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer
 

Methods in org.eclipse.emf.ecp.view.custom.ui.swt.di.renderer that throw NoPropertyDescriptorFoundExeption
 org.eclipse.swt.widgets.Control DICustomControlSWT.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.custom.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.custom.ui.swt.test that throw NoPropertyDescriptorFoundExeption
 void CustomControlTwoRowWithViewer_PTest.before()
           
 org.eclipse.swt.widgets.Control ValidationCustomControl.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control CustomControlStub.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control CustomControlStub3.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control CustomControlStub2.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 org.eclipse.swt.widgets.Control ECPAbstractCustomControlSWTStub.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 void ECPAbstractCustomControlSWT_PTest.testCreateContentControl()
          Test method for ECPAbstractCustomControlSWT.renderControl(SWTGridCell, org.eclipse.swt.widgets.Composite) .
 void ECPAbstractCustomControlSWT_PTest.testCreateControl()
          Test method for ECPAbstractCustomControlSWT.renderControl(SWTGridCell,org.eclipse.swt.widgets.Composite) .
 void SWTCustomControl_PTest.testCustomControlInit()
           
 void SWTCustomControl_PTest.testCustomControlinView()
           
 void SWTCustomControl_PTest.testCustomControlinViewWithoutClass()
           
 void CustomControlDMR_PTest.testDMRChangeListener()
           
 void ECPAbstractCustomControlSWT_PTest.testHandleValidationOfControl()
          Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleValidation(org.eclipse.emf.common.util.Diagnostic) .
 void ECPAbstractCustomControlSWT_PTest.testReadonlyCustomControl()
           
 void ECPAbstractCustomControlSWT_PTest.testSetEditable()
           
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.group.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.group.ui.swt.test that throw NoPropertyDescriptorFoundExeption
 void SWTGroup_PTest.testEmptyGroup()
           
 void SWTGroup_PTest.testOneGroupinView()
           
 void SWTGroup_PTest.testTwoGroupsHierachicalinView()
           
 void SWTGroup_PTest.testTwoGroupsinView()
           
 void SWTGroup_PTest.testTwoGroupsWithTwoControlsInView()
           
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.horizontal.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.horizontal.ui.swt.test that throw NoPropertyDescriptorFoundExeption
 void SWTHorizontal_PTest.testHorizontalWithoutChildren()
           
 void SWTHorizontal_PTest.testHorizontalWithTwoControlsAsChildren()
           
 void SWTHorizontal_PTest.testHorizontalWithTwoHorizontalAsChildrenAndControlAsSubChildren()
           
 

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

Methods in org.eclipse.emf.ecp.view.internal.control.multireference that throw NoPropertyDescriptorFoundExeption
 void MultiReferenceRenderer_PTest.testDatabindingServiceUsageAddToModel()
          Tests whether adding values to the model is reflected in the control.
 void MultiReferenceRenderer_PTest.testDatabindingServiceUsageChangeModel()
          Tests whether changing values of the model is reflected in the control.
 void MultiReferenceRenderer_PTest.testDatabindingServiceUsageInitialBinding()
          Test if the initial data binding is working.
 void MultiReferenceRenderer_PTest.testDatabindingServiceUsageRemoveFromModel()
          Tests whether removing values to the model is reflected in the control.
 void MultiReferenceRenderer_PTest.testLabelServiceUsage()
          Tests whether a EMFFormsLabelProvider is used to get labels.
 

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

Methods in org.eclipse.emf.ecp.view.internal.core.swt.renderer that throw NoPropertyDescriptorFoundExeption
 void DateTimeControlRenderer_PTest.renderControlLabelAlignmentLeft()
           
 void NumberControlRenderer_PTest.renderControlLabelAlignmentLeft()
           
 void XMLDateControlRenderer_PTest.renderControlLabelAlignmentLeft()
           
 void BooleanControlRenderer_PTest.renderControlLabelAlignmentLeft()
           
 void DateTimeControlRenderer_PTest.renderControlLabelAlignmentNone()
           
 void NumberControlRenderer_PTest.renderControlLabelAlignmentNone()
           
 void XMLDateControlRenderer_PTest.renderControlLabelAlignmentNone()
           
 void BooleanControlRenderer_PTest.renderControlLabelAlignmentNone()
           
 void AbstractControl_PTest.renderValidationIconLabelAlignmentLeft()
           
 void AbstractControl_PTest.renderValidationIconLabelAlignmentNone()
           
 void DateTimeControlRenderer_PTest.testDatabindingServiceUsageChangeControl()
           
 void EnumComboViewerRenderer_PTest.testDatabindingServiceUsageChangeControl()
           
 void NumberControlRenderer_PTest.testDatabindingServiceUsageChangeControl()
           
 void XMLDateControlRenderer_PTest.testDatabindingServiceUsageChangeControl()
           
 void BooleanControlRenderer_PTest.testDatabindingServiceUsageChangeControl()
           
 void DateTimeControlRenderer_PTest.testDatabindingServiceUsageChangeObservable()
           
 void EnumComboViewerRenderer_PTest.testDatabindingServiceUsageChangeObservable()
           
 void NumberControlRenderer_PTest.testDatabindingServiceUsageChangeObservable()
           
 void XMLDateControlRenderer_PTest.testDatabindingServiceUsageChangeObservable()
           
 void BooleanControlRenderer_PTest.testDatabindingServiceUsageChangeObservable()
           
 void DateTimeControlRenderer_PTest.testDatabindingServiceUsageInitialBinding()
           
 void EnumComboViewerRenderer_PTest.testDatabindingServiceUsageInitialBinding()
           
 void NumberControlRenderer_PTest.testDatabindingServiceUsageInitialBinding()
           
 void XMLDateControlRenderer_PTest.testDatabindingServiceUsageInitialBinding()
           
 void BooleanControlRenderer_PTest.testDatabindingServiceUsageInitialBinding()
           
 void ViewRenderer_PTest.testEmptyView()
           
 void ViewRenderer_PTest.testGridDescription()
           
 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.
 void ViewRenderer_PTest.testMultipleComplexGridDescriptionView()
           
 void ViewRenderer_PTest.testMultipleSimpleCompositeView()
           
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.spi.categorization.swt
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.swt that throw NoPropertyDescriptorFoundExeption
 void CategorizationRenderer_PTest.testCategorizationElementTabRenderer()
           
 void CategorizationRenderer_PTest.testCategorizationElementTreeRenderer()
           
 void CategorizationRenderer_PTest.testCompositeCategoryElementTabRenderer()
           
 void CategorizationRenderer_PTest.testCompositeCategoryTreeRenderer()
           
 

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

Methods in org.eclipse.emf.ecp.view.spi.core.swt.renderer that throw NoPropertyDescriptorFoundExeption
 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 NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.spi.custom.swt
 

Methods in org.eclipse.emf.ecp.view.spi.custom.swt that throw NoPropertyDescriptorFoundExeption
abstract  org.eclipse.swt.widgets.Control ECPAbstractCustomControlSWT.renderControl(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the control.
 

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

Methods in org.eclipse.emf.ecp.view.table.ui.swt.test that throw NoPropertyDescriptorFoundExeption
 void SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageAddToModel()
          Tests the binding from the model to the table for the addition of a new element to the model.
 void SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageChangeModel()
          Tests the binding from the model to the table for the change of an element of the model.
 void SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageInitialBinding()
          Tests the initial binding from the model to the table.
 void SWTTableDatabindingLabel_PTest.testDatabindingServiceUsageRemoveFromModel()
          Tests the binding from the model to the table for the removal of a element from the model .
 void SWTTable_PTest.testInitializedTableWithoutColumnsAndEmptyReference()
           
 void SWTTable_PTest.testInitializedTableWithoutColumnsEmptySingleReference()
           
 void SWTTable_PTest.testInitializedTableWithoutColumnsSingleReference()
           
 void SWTTableDatabindingLabel_PTest.testLabelServiceUsage()
           
 void SWTTable_PTest.testPanelTableWithTwoColumns()
           
 void SWTTable_PTest.testTableSorting()
           
 void SWTTable_PTest.testTableWithoutColumns()
           
 void SWTTable_PTest.testTableWithoutColumnsWithoutViewServices()
           
 void SWTTable_PTest.testTableWithTwoColumns()
           
 void SWTTable_PTest.testTableWithTwoColumnsAdd()
           
 void SWTTable_PTest.testTableWithTwoColumnsClear()
           
 void SWTTable_PTest.testTableWithTwoColumnsRemove()
           
 void SWTTable_PTest.testTableWithTwoColumnsWithoutViewServices()
           
 void SWTTable_PTest.testUninitializedTableWithoutColumns()
           
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.test.common.swt.spi
 

Methods in org.eclipse.emf.ecp.view.test.common.swt.spi that throw NoPropertyDescriptorFoundExeption
static org.eclipse.swt.widgets.Control SWTViewTestHelper.render(VElement renderable, org.eclipse.emf.ecore.EObject input, org.eclipse.swt.widgets.Shell shell)
           
static org.eclipse.swt.widgets.Control SWTViewTestHelper.render(VElement renderable, org.eclipse.swt.widgets.Shell shell)
           
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emf.ecp.view.vertical.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.vertical.ui.swt.test that throw NoPropertyDescriptorFoundExeption
 void SWTVertical_PTest.testVerticalWithoutChildren()
           
 void SWTVertical_PTest.testVerticalWithTwoControlsAsChildren()
           
 void SWTVertical_PTest.testVerticalWithTwoVerticalAsChildrenAndControlAsSubChildren()
           
 

Uses of NoPropertyDescriptorFoundExeption in org.eclipse.emfforms.spi.swt.core
 

Methods in org.eclipse.emfforms.spi.swt.core that throw NoPropertyDescriptorFoundExeption
 org.eclipse.swt.widgets.Control AbstractSWTRenderer.render(SWTGridCell cell, org.eclipse.swt.widgets.Composite parent)
          Renders the passed VElement.
 



Copyright © 2015. All Rights Reserved.