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.
|
Method Summary |
INatTableWidget |
createNatTableWidget(Composite parent,
IEditingDomainProvider editingDomainProvider,
TableInstance tableInstanceParam,
MenuManager menuMgr)
Deprecated. This method instantiates a new NatTableWidget initialized with
the given parameters. |
INSTANCE
static final INatTableWidgetFactory INSTANCE
- Deprecated.
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 parenteditingDomainProvider - an editing domain providertableInstanceParam - The TableInstance which contains all the needed
information to open a tablemenuMgr - a menu manager
- Returns:
- a new
NatTableWidget instance