Uses of Interface
org.eclipse.emf.ecp.view.spi.table.model.VTableControl

Packages that use VTableControl
org.eclipse.emf.ecp.view.internal.table.generator   
org.eclipse.emf.ecp.view.internal.table.swt   
org.eclipse.emf.ecp.view.spi.table.model   
org.eclipse.emf.ecp.view.spi.table.model.impl   
org.eclipse.emf.ecp.view.spi.table.model.util   
org.eclipse.emf.ecp.view.spi.table.swt   
org.eclipse.emf.ecp.view.table.ui.swt.test   
 

Uses of VTableControl in org.eclipse.emf.ecp.view.internal.table.generator
 

Methods in org.eclipse.emf.ecp.view.internal.table.generator with parameters of type VTableControl
static void TableColumnGenerator.addColumn(org.eclipse.emf.ecore.EAttribute attribute, VTableControl vTableControl)
          Generates a column for the given EAttribute and adds it to the VTableControl.
static void TableColumnGenerator.generateColumns(org.eclipse.emf.ecore.EClass clazz, VTableControl vTableControl)
          Generates columns for every EAttribute of the given EClass and adds them to the VTableControl.
 

Uses of VTableControl in org.eclipse.emf.ecp.view.internal.table.swt
 

Methods in org.eclipse.emf.ecp.view.internal.table.swt with parameters of type VTableControl
static VView DetailViewGenerator.generateView(VTableControl tableControl)
          Generates a VView based on the columns of the given VTableControl.
 boolean CellReadOnlyTesterHelper.isReadOnly(VTableControl vTableControl, org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
          Check all ECPCellReadOnlyTester for the cell.
static boolean TableConfigurationHelper.isReadOnly(VTableControl tableControl, VDomainModelReference domainModelReference)
          Retrieve the readonly state for the table control of a VDomainModelReference.
 

Uses of VTableControl in org.eclipse.emf.ecp.view.spi.table.model
 

Methods in org.eclipse.emf.ecp.view.spi.table.model that return VTableControl
 VTableControl VTableFactory.createTableControl()
          Returns a new object of class 'Control'.
 

Uses of VTableControl in org.eclipse.emf.ecp.view.spi.table.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.table.model.impl that implement VTableControl
 class VTableControlImpl
          An implementation of the model object 'Control'.
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.impl that return VTableControl
 VTableControl VTableFactoryImpl.createTableControl()
           
 

Uses of VTableControl in org.eclipse.emf.ecp.view.spi.table.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.util with parameters of type VTableControl
 T TableSwitch.caseTableControl(VTableControl object)
          Returns the result of interpreting the object as an instance of 'Control'.
 

Uses of VTableControl in org.eclipse.emf.ecp.view.spi.table.swt
 

Methods in org.eclipse.emf.ecp.view.spi.table.swt with parameters of type VTableControl
 boolean ECPCellReadOnlyTester.isCellReadOnly(VTableControl vTableControl, org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
          The test method, which defines whether a cell should be readonly or not.
 

Constructors in org.eclipse.emf.ecp.view.spi.table.swt with parameters of type VTableControl
DetailDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.emf.ecore.EObject selection, VTableControl tableControl)
          Creates a dialog allowing to edit an EObject.
TableControlSWTRenderer.ECPCellLabelProvider(org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.jface.viewers.CellEditor cellEditor, org.eclipse.core.databinding.observable.map.IObservableMap attributeMap, VTableControl vTableControl, VDomainModelReference dmr)
          Constructor.
 

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

Methods in org.eclipse.emf.ecp.view.table.ui.swt.test that return VTableControl
 VTableControl TableControlHandle.getTableControl()
           
 

Methods in org.eclipse.emf.ecp.view.table.ui.swt.test with parameters of type VTableControl
 void TableControlHandle.setTableControl(VTableControl tableControl)
           
 

Constructors in org.eclipse.emf.ecp.view.table.ui.swt.test with parameters of type VTableControl
TableControlHandle(VTableControl tableControl)
           
 



Copyright © 2014. All Rights Reserved.