Community
Participate
Working Groups
* Nicolas Guyomar (Mia-Software) - Bug 345730 - Deleting an element in the model breaks the table
* Nicolas Guyomar (Mia-Software) - Bug 344921 - Undo/Redo just after the creation of the table
* Nicolas Guyomar (Mia-Software) - Bug 346465 - [EMF Facet Table] Remove line does not remove obsolete column
* Vincent Lorenzo (CEA-LIST) - Bug 351917: [All Papyrus tables] bug with tables using facets : NPE
*******************************************************************************/
package org.eclipse.emf.facet.widgets.nattable.internal;
private void init() {
this.customizationEngine = new CustomizationEngine();
// Forces the catalogs instanciation to ensure facet resolving
FacetSetCatalog.getSingleton(); //should be done before setInput();
setInput();
setLayout(new FillLayout());
addDisposeListener(this);