Uses of Interface
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration.TableConfiguration

Packages that use TableConfiguration
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table   
org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration   
 

Uses of TableConfiguration in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table
 

Methods in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table that return TableConfiguration
 TableConfiguration Table.getTableConfiguration()
          Returns the value of the 'Table Configuration' reference.
 TableConfiguration TableInstance.getTableConfiguration()
          Returns the value of the 'Table Configuration' reference.
 

Methods in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table with parameters of type TableConfiguration
 void Table.setTableConfiguration(TableConfiguration value)
          Sets the value of the 'Table Configuration' reference.
 void TableInstance.setTableConfiguration(TableConfiguration value)
          Sets the value of the 'Table Configuration' reference.
 

Uses of TableConfiguration in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration
 

Methods in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.tableconfiguration that return TableConfiguration
 TableConfiguration TableconfigurationFactory.createTableConfiguration()
          Returns a new object of class 'Table Configuration'.