Uses of Class
org.eclipse.emf.ecp.view.spi.table.model.DetailEditing

Packages that use DetailEditing
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   
 

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

Fields in org.eclipse.emf.ecp.view.spi.table.model with type parameters of type DetailEditing
static List<DetailEditing> DetailEditing.VALUES
          A public read-only list of all the 'Detail Editing' enumerators.
 

Methods in org.eclipse.emf.ecp.view.spi.table.model that return DetailEditing
static DetailEditing DetailEditing.get(int value)
          Returns the 'Detail Editing' literal with the specified integer value.
static DetailEditing DetailEditing.get(String literal)
          Returns the 'Detail Editing' literal with the specified literal value.
static DetailEditing DetailEditing.getByName(String name)
          Returns the 'Detail Editing' literal with the specified name.
 DetailEditing VTableControl.getDetailEditing()
          Returns the value of the 'Detail Editing' attribute.
static DetailEditing DetailEditing.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DetailEditing[] DetailEditing.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecp.view.spi.table.model with parameters of type DetailEditing
 void VTableControl.setDetailEditing(DetailEditing value)
          Sets the value of the 'Detail Editing' attribute.
 

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

Methods in org.eclipse.emf.ecp.view.spi.table.model.impl that return DetailEditing
 DetailEditing VTableFactoryImpl.createDetailEditingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 DetailEditing VTableControlImpl.getDetailEditing()
           
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.impl with parameters of type DetailEditing
 void VTableControlImpl.setDetailEditing(DetailEditing newDetailEditing)
           
 

Uses of DetailEditing 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 DetailEditing
 boolean TableValidator.validateDetailEditing(DetailEditing detailEditing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2015. All Rights Reserved.