Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How should I call fireLabelProviderChanged
How should I call fireLabelProviderChanged [message #267718] Thu, 19 August 2004 06:33 Go to next message
Eclipse UserFriend
Hi,
I'm using light decoration.
I read the article about decorations and implemented its redecorate code.
I have compilation error - I don't know which class
fireLabelProviderChanged I should call.


Tal.
Re: How should I call fireLabelProviderChanged [message #765821 is a reply to message #267718] Wed, 14 December 2011 13:21 Go to previous messageGo to next message
Eclipse UserFriend
This is a good question. There are plenty of guidelines and tutorials that tell you that you must call it, but it seems that nobody knows how.
Re: How should I call fireLabelProviderChanged [message #766244 is a reply to message #765821] Thu, 15 December 2011 07:49 Go to previous message
Eclipse UserFriend
Ok, I have enabled the solution for the people:

Display.getDefault().asyncExec(new Runnable() {
    public void run() {
	IDecoratorManager idm = PlatformUI.getWorkbench().getDecoratorManager();
	idm.update("your decorator ID that you specified in plugin.xml"); 
						       }
						});
Previous Topic:[CommonNavigator][RCP][GMF]: "Text editor does not have a document provider"
Next Topic:Updating resource decorators in Package Explorer
Goto Forum:
  


Current Time: Sun Aug 31 03:14:48 EDT 2025

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

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

Back to the top