Skip to main content



      Home
Home » Eclipse Projects » Nebula » Column layout for Grid similar to TableColumnLayout?
Column layout for Grid similar to TableColumnLayout? [message #587227] Mon, 07 January 2008 14:19
Eclipse UserFriend
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
Previous Topic:Grid Row Span
Next Topic:Column layout for Grid similar to TableColumnLayout?
Goto Forum:
  


Current Time: Wed Jul 30 18:53:27 EDT 2025

Powered by FUDForum. Page generated in 0.23290 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top