Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Table-type control
Table-type control [message #452355] Thu, 17 March 2005 16: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 07: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: Sat Jul 12 09:52:38 EDT 2025

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

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

Back to the top