Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] TreeViewer with two CellEditors

This question is probably better suited for the newsgroup.

That said, take a look at Snippet034CelLEditorPerRowNewAPI. You can find
this in the org.eclipse.jface.snippets project in CVS
":pserver:anonymous@xxxxxxxxxxxxxxx/cvsroot/eclipse".

HTH,

Wayne
--
Wayne Beaton
The Eclipse Foundation
wayne.beaton@xxxxxxxxxxx
Skype, YIM: waynebeaton
http://www.eclipse.org
http://wbeaton.blogspot.com/
http://www.planeteclipse.org/planet/
 

> -----Original Message-----
> From: platform-swt-dev-bounces@xxxxxxxxxxx 
> [mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of 
> Juan Carlos Vallejo
> Sent: May 4, 2007 7:16 AM
> To: platform-swt-dev@xxxxxxxxxxx
> Subject: [platform-swt-dev] TreeViewer with two CellEditors
> 
> Hi,
> 
>  I want to modify cell values of a treeviewer. Depending on 
> the row the type of data can vary, and so the CellEditor 
> should be vary. For example, I want to edit some cells with a 
> Spinner and other cells (in the same column) with a Combo.
> 
> Regards
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top