Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Need ComboBoxCellEditor drop down multi selection functionality in SWT(am using 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 #1761463] Thu, 11 May 2017 10:38
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);

[Updated on: Tue, 23 May 2017 08:57]

Report message to a moderator

Previous Topic:[ComboViewer]Cannot get the add image for one item when using ComboViewer
Next Topic:Custom Control in menu item
Goto Forum:
  


Current Time: Tue Apr 16 09:24:53 GMT 2024

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

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

Back to the top