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


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 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
          Deprecated. The singleton instance of the factory.
 
Method Summary
 InstantiationMethod createInstantiationMethod()
          Deprecated. Returns a new object of class 'Instantiation Method'.
 TableConfiguration createTableConfiguration()
          Deprecated. Returns a new object of class 'Table Configuration'.
 TableconfigurationPackage getTableconfigurationPackage()
          Deprecated. Returns the package supported by this factory.
 

Field Detail

eINSTANCE

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

Generated:
Method Detail

createTableConfiguration

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

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

createInstantiationMethod

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

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

getTableconfigurationPackage

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

Returns:
the package supported by this factory.
Generated: