Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Does WorkbenchStatusDialogManager.setSupportAreaProvider work?
Does WorkbenchStatusDialogManager.setSupportAreaProvider work? [message #715535] Sun, 14 August 2011 07:57
Eclipse UserFriend
This method is defined as
	public void setSupportAreaProvider(AbstractStatusAreaProvider provider) {
		manager.setProperty(IStatusDialogConstants.CUSTOM_SUPPORT_PROVIDER,
				provider);
	}

References > Workspace doesn't find any uses of CUSTOM_SUPPORT_PROVIDER except this one. In particular, it isn't used in SupportTray.getSupportProvider(). What is used is the private field userSupportProvider, which isn't assigned anywhere. Is this a bug, or I am missing something obvious?
Previous Topic:Relative paths in a Browser not working in RCP app
Next Topic:Enabling users to create UI for views/editors
Goto Forum:
  


Current Time: Sun Jul 13 16:13:15 EDT 2025

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

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

Back to the top