[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Check boxes and ComboBoxes in Table

Hi,

Those resources might help you:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet126.java
https://bugs.eclipse.org/bugs/show_bug.cgi?id=36977

Tom

Mahesh Sooriarachchi schrieb:
> What is the best way to put check boxes and combo boxes into the columns
> of a table permantly, meaning the check boxes and combo-boxes are
> displayed all the time, unlike in the case of Table Cell Editors where
> the cell editor is displayed only when the user user clicks in the cell?
> 
> TIA
> Mahesh