Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Table-type control
Table-type control [message #452355] Thu, 17 March 2005 21:01 Go to next message
Eclipse UserFriend
Originally posted by: slam.x.com

Hi,

Is there a control with columns and rows (like the table, spreadsheet
type) that I can use in a dialog box? I would like the first column
contains only check box, and the header of the columns are clickable to
sort the data.

Thanks,
slam
Re: Table-type control [message #452409 is a reply to message #452355] Sun, 20 March 2005 12:48 Go to previous message
Eclipse UserFriend
Originally posted by: hoeggerand.post.ch

Use the JFace TableViewer, furtheron you can manage the content by using
a ContentProvider. so you are able to show only checkboxes in the first
column. To sort use the method setSorter on the TableViewer. Take
attension to the TableColorProvider and the TableFontProvider class.
cheers
siambalam

SL wrote:
> Hi,
>
> Is there a control with columns and rows (like the table, spreadsheet
> type) that I can use in a dialog box? I would like the first column
> contains only check box, and the header of the columns are clickable to
> sort the data.
>
> Thanks,
> slam
Previous Topic:Adding widgets to a viewer
Next Topic:Ugly image in TreeItem (vs. Label)
Goto Forum:
  


Current Time: Fri Apr 26 01:38:46 GMT 2024

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

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

Back to the top