public interface ITableWidgetFactory
| Modifier and Type | Field and Description |
|---|---|
static ITableWidgetFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ITableWidget |
createTableWidget(Composite parent,
IEditingDomainProvider edProvider,
Table tableInstance,
MenuManager menuMgr)
This method instantiates a new
ITableWidget initialized with the given parameters. |
static final ITableWidgetFactory INSTANCE
ITableWidget createTableWidget(Composite parent, IEditingDomainProvider edProvider, Table tableInstance, MenuManager menuMgr)
ITableWidget initialized with the given parameters.parent - the SWT Composite in which the table will be creatededProvider - provides an editing domain for enabling editing in the tabletableInstance - an instance of the Table model element, that represents the table's data model which contains
all the needed information to open a tablemenuMgr - a menu manager used for creating the table's context menuITableWidget instance