Uses of Interface
org.eclipse.emf.facet.widgets.nattable.tableconfiguration.TableConfiguration

Packages that use TableConfiguration
org.eclipse.emf.facet.widgets.nattable   
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance   
org.eclipse.emf.facet.widgets.nattable.tableconfiguration   
org.eclipse.emf.facet.widgets.nattable.tableconfiguration2   
 

Uses of TableConfiguration in org.eclipse.emf.facet.widgets.nattable
 

Methods in org.eclipse.emf.facet.widgets.nattable that return TableConfiguration
 TableConfiguration INatTableWidget.getTableConfiguration()
          This method returns the TableConfiguration attached to the table.
 TableConfiguration INatTableWidget2.getTableConfiguration()
          This method returns the TableConfiguration attached to the table.
 

Methods in org.eclipse.emf.facet.widgets.nattable with parameters of type TableConfiguration
static QueryTableInstance NatTableWidgetUtils.createQueryTableInstance(java.util.List<ModelQueryResult> results, TableConfiguration tableConfiguration, EObject context, java.lang.Object parameter)
           
static TableInstance2 NatTableWidgetUtils.createTableInstance(java.util.List<EObject> elements, java.lang.String description, TableConfiguration tableConfiguration, EObject context, java.lang.Object parameter)
           
 

Uses of TableConfiguration in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance
 

Methods in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance that return TableConfiguration
 TableConfiguration TableInstance.getTableConfiguration()
          Returns the value of the 'Table Configuration' reference.
 

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

Uses of TableConfiguration in org.eclipse.emf.facet.widgets.nattable.tableconfiguration
 

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

Uses of TableConfiguration in org.eclipse.emf.facet.widgets.nattable.tableconfiguration2
 

Subinterfaces of TableConfiguration in org.eclipse.emf.facet.widgets.nattable.tableconfiguration2
 interface TableConfiguration2
          A representation of the model object 'Table Configuration2'.