org.eclipse.emf.facet.widgets.nattable.tableconfiguration2
Interface Tableconfiguration2Factory


public interface Tableconfiguration2Factory

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

See Also:
Tableconfiguration2Package
Generated:

Field Summary
static Tableconfiguration2Factory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 TableConfiguration2 createTableConfiguration2()
          Returns a new object of class 'Table Configuration2'.
 Tableconfiguration2Package getTableconfiguration2Package()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final Tableconfiguration2Factory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createTableConfiguration2

TableConfiguration2 createTableConfiguration2()
Returns a new object of class 'Table Configuration2'.

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

getTableconfiguration2Package

Tableconfiguration2Package getTableconfiguration2Package()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: