Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Need ComboBoxCellEditor drop down multi selection functionality in SWT(i have used treeviewer, in this viewer using comboBoxCellEditor.i want to multiSelection functionality in comboBoxCellEditor. Please suggest)
Need ComboBoxCellEditor drop down multi selection functionality in SWT [message #1763942] Tue, 23 May 2017 09:04
Biswabir Dey is currently offline Biswabir DeyFriend
Messages: 7
Registered: March 2017
Junior Member
ArrayList<String> arrList = new ArrayList<String>(Arrays.asList ("WINDOWS_WEB","WINDOWS_NONWEB","ANDROID_NATIVE","ANDROID_WEB"));
editor = new ComboBoxViewerCellEditor(this.viewer.getTree(), SWT.READ_ONLY);
editor.setContentProvider(new ArrayContentProvider());
editor.setInput(arrList);
Previous Topic:Failed to create Ole Client. result = -2147467259
Next Topic:Page in wizard isn't visible until a maximize of wizard window
Goto Forum:
  


Current Time: Thu Apr 25 14:51:15 GMT 2024

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

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

Back to the top