org.eclipse.emf.facet.widgets.nattable
Interface INatTableWidgetFactory


Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120

@Deprecated
public interface INatTableWidgetFactory

This interface allow the user to create EMF Facet NatTableWidget.


Field Summary
static INatTableWidgetFactory INSTANCE
          Deprecated.  
 
Method Summary
 INatTableWidget createNatTableWidget(Composite parent, IEditingDomainProvider editingDomainProvider, TableInstance tableInstanceParam, MenuManager menuMgr)
          Deprecated. This method instantiates a new NatTableWidget initialized with the given parameters.
 

Field Detail

INSTANCE

static final INatTableWidgetFactory INSTANCE
Deprecated. 
Method Detail

createNatTableWidget

INatTableWidget createNatTableWidget(Composite parent,
                                     IEditingDomainProvider editingDomainProvider,
                                     TableInstance tableInstanceParam,
                                     MenuManager menuMgr)
Deprecated. 
This method instantiates a new NatTableWidget initialized with the given parameters.

Parameters:
parent - this composite's parent
editingDomainProvider - an editing domain provider
tableInstanceParam - The TableInstance which contains all the needed information to open a table
menuMgr - a menu manager
Returns:
a new NatTableWidget instance