Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » How do i enable expand feature to a table column???
How do i enable expand feature to a table column??? [message #1431764] Fri, 26 September 2014 05:36
Mithu Deb is currently offline Mithu DebFriend
Messages: 9
Registered: September 2013
Junior Member
We have a tableviewer org.eclipse.jface.viewers.TableViewerColumn name = new TableViewerColumn(tableViewer, SWT.NONE);
We can set the name and width of the column as name.getColumn().setText(NAME);
name.getColumn().setWidth(100);
When i double click on the column its getting collapsed, but at its collapsed state if i double click its not getting expanded
Previous Topic:Using JFace data binding with an EMF List which maby be null
Next Topic:Select With TAB in ContentProposalAdapter
Goto Forum:
  


Current Time: Fri Apr 26 09:34:49 GMT 2024

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

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

Back to the top