Column layout for Grid similar to TableColumnLayout? [message #587227] |
Mon, 07 January 2008 14:19 |
Eclipse User |
|
|
|
I've been using the JFace TableViewer and have recently switched to
GridTableViewer. JFace provides TableLayout and TableColumnLayout for
positioning the columns of a table widget using pixel-based and weight-based
column data objects. After I switched to GridTableViewer, I can no longer
use either of these because they are specific to the Table widget.
Are there any plans to provide a layout for the Grid widget that uses
ColumnLayoutData objects?
I looked at creating a GridColumnLayout similar to TableColumnLayout
unfortunately the base class, org.eclipse.jface.layout.AbstractColumnLayout,
and its abstract methods are all package scope and therefore inaccessible.
If this class and its abstract methods were public, a Grid-specific version
could be contributed to and included with the Grid viewer classes.
Thanks,
-Ryan Norris
|
|
|
Powered by
FUDForum. Page generated in 0.03005 seconds