Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Disable Multiselection option is not available(org.eclipse.ui.views.contentoutline.ContentOutlinePage)
Disable Multiselection option is not available [message #896357] Wed, 18 July 2012 07:51
Maqsood Ahmed is currently offline Maqsood AhmedFriend
Messages: 41
Registered: September 2010
Member
Hi all,

I want to disable multiselection on the Content Outline Page's Tree Viewer.

But unfortunately the createControls()will create the treeviewer with style bits
SWT.MULTI which i believe is the reason for enabling multiselection on tree viewer.

Now , if i extend this class . I would want to disable multiselection.
I didnt see any methods that would help me disable multiselection.

Is there any other way i can achieve what i am looking for?

P.S : overriding the method and creating my treeviewer is not an option as tree viewer object is private in the COntentOutlinePage and a lot of operations are done on the same.

Thanks,
Maqsood.
Previous Topic:eclipse headless junit test framework
Next Topic:Lock Toolbar Option for RCP-Tool
Goto Forum:
  


Current Time: Thu Apr 25 21:43:13 GMT 2024

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

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

Back to the top