Community
Participate
Working Groups
I'd like to be able to choose which columns should be displayed in a TableEditor, by sub-classing it.
Created attachment 170941 [details] patch This patch allows customizing which columns should be displayed in a TableEditor, by adding the following protected methods: createColumnConfiguration, showLabelColumn, showMetaclassColumn, showEContainerColumn. It extracts the open* static methods into a new class TableEditorFactory, that can be subclassed to open a subclass of TableEditor.
I committed the patch on trunk (revision 2488)
The patch has been successfully applied.