我正在通过扩大<条码>org.eclipse.ui.dialogs.ListSelectionDial而形成辩证。
While overriding createDialogArea(Composite parent)
if I call super.createDialogArea(parent)
and create 3 columns in the table viewer,
the columnCount of org.eclipse.swt.widgets.Table
is set to 1
by default.
Hence, the labelprovider s getText()
is called only for column with index 0
and I don t get text in other 2 columns.
我如何在<代码>createDialogArea (Composite parent)中设立/增加多个栏目,以便其正确运作?