org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Interface TableconfigurationFactory


public interface TableconfigurationFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
TableconfigurationPackage
Generated:

Field Summary
static TableconfigurationFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 InstantiationMethod createInstantiationMethod()
          Returns a new object of class 'Instantiation Method'.
 TableConfiguration createTableConfiguration()
          Returns a new object of class 'Table Configuration'.
 TableconfigurationPackage getTableconfigurationPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final TableconfigurationFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createTableConfiguration

TableConfiguration createTableConfiguration()
Returns a new object of class 'Table Configuration'.

Returns:
a new object of class 'Table Configuration'.
Generated:

createInstantiationMethod

InstantiationMethod createInstantiationMethod()
Returns a new object of class 'Instantiation Method'.

Returns:
a new object of class 'Instantiation Method'.
Generated:

getTableconfigurationPackage

TableconfigurationPackage getTableconfigurationPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: