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


Deprecated. cf. Bug 371180 - [Deprecated] org.eclipse.emf.facet.widgets.nattable.tableconfiguration (https://bugs.eclipse.org/bugs/show_bug.cgi?id=371180).

@Deprecated
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
          Deprecated. The singleton instance of the factory.
 
Method Summary
 TableConfiguration2 createTableConfiguration2()
          Deprecated. Returns a new object of class 'Table Configuration2'.
 Tableconfiguration2Package getTableconfiguration2Package()
          Deprecated. Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final Tableconfiguration2Factory eINSTANCE
Deprecated. 
The singleton instance of the factory.

Generated:
Method Detail

createTableConfiguration2

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

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

getTableconfiguration2Package

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

Returns:
the package supported by this factory.
Generated: