Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » decorator in outline view(I want to customise image decorator for the outline view of my multipage plugin)
decorator in outline view [message #1750963] Tue, 03 January 2017 05:33 Go to next message
prateek garg is currently offline prateek gargFriend
Messages: 16
Registered: August 2016
Junior Member
Hi,

I have a multi page plugin with a page having an xml file, I have to differentiate some tags in the outline view depending on the value of its attribute. How should I use Image decorators for this task.

Regards,
P
Re: decorator in outline view [message #1751123 is a reply to message #1750963] Wed, 04 January 2017 15:39 Go to previous message
Dick Balaska is currently offline Dick BalaskaFriend
Messages: 2
Registered: June 2011
Location: Guilford, CT, USA
Junior Member
I have a TreeViewer with
treeViewer.setLabelProvider(new PovrayLabelProvider());
where PovrayLabelProvider extends LabelProvider, giving me control of the image and text in the outline.
Previous Topic:Refactoring History not saved - Variable/Function rename in CDT
Next Topic:Problem opening file outside of my target project workspace
Goto Forum:
  


Current Time: Thu Apr 18 20:53:35 GMT 2024

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

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

Back to the top