Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Decorators on classpath containers
Decorators on classpath containers [message #651702] Tue, 01 February 2011 11:02
Philippe Couton is currently offline Philippe CoutonFriend
Messages: 15
Registered: July 2009
Junior Member
I have created my own classpath container and I want to decorate it when some conditions are met. To do that, I used a decorator extension point, parameterized to use a class implementing ILightweightLabelDecorator.

Then, in my class, I have dumped the objects passed to decorate(). I saw that the object passed to this method for my container was an instance of org.eclipse.jdt.internal.ui.packageview.ClassPathContainer.

However, using this class is discouraged, but I have not found nothing else. Is there a better way to decorate my classpath container?
Previous Topic:Echo run sequence on console
Next Topic:Request for "more open code completion"?
Goto Forum:
  


Current Time: Fri Apr 26 19:50:08 GMT 2024

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

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

Back to the top