Bug 11342 - Missing getDecoratorManager on IPageSite
Summary: Missing getDecoratorManager on IPageSite
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P1 major (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2002-03-14 06:54 EST by Dani Megert CLA
Modified: 2005-05-10 14:54 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2002-03-14 06:54:59 EST
There's no way to get the decorator manager from a page site (analog to
IWorkbenchPartSite.getDecoratorManager().

Another problem remains for getting the decorator manager for a dialog: how can
I get it when my dialog opens and there is no page at all (i.e. empty window)?
Comment 1 Nick Edgar CLA 2002-03-15 15:06:22 EST
Should move getDecoratorManager() to IWorkbench, since it's global anyway.
Comment 2 Tod Creasey CLA 2002-03-18 10:06:23 EST
getDecoratorManager moved from IWorkbenchPartSite to IWorkbench for build 
20020318.

As the DecoratorManager has proven to be required for more than just 
IWorkbenchPartSites we have moved getDecoratorManager() to IWorkbench and 
deprecated the getDecoratorManager() in IWorkbenchPartSite. The one in 
IWorkbenchPartSite will be removed after the other Eclipse components have had 
a chance to switch to the new API.
Comment 3 Nick Edgar CLA 2002-04-04 00:19:17 EST
Should delete old API for M6.
Comment 4 Tod Creasey CLA 2002-04-04 16:24:07 EST
Removed in build >20020204
Comment 5 Tod Creasey CLA 2002-04-04 16:24:24 EST
Marking fixed.
Comment 6 Tod Creasey CLA 2005-05-10 14:54:12 EDT
Marking as closed.