Bug 127202 - [CommonNavigator] Provide default implementation for CommonActionProvider.init
Summary: [CommonNavigator] Provide default implementation for CommonActionProvider.init
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Michael D. Elder CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2006-02-09 19:32 EST by Nick Edgar CLA
Modified: 2006-02-24 00:29 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2006-02-09 19:32:05 EST
Currently CommonActionProvider.init is abstract, but I would expect most clients to want to hang onto the passed site object.  Maybe it should provide a default implementation that puts it in a (private) field, and also offer a (protected) getSite() method.
Comment 1 Michael D. Elder CLA 2006-02-23 17:20:52 EST
Fixed.