Bug 273693 - [Dialogs] WizardDialog should provide a setter for dialog bounds settings
Summary: [Dialogs] WizardDialog should provide a setter for dialog bounds settings
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-25 16:42 EDT by Susan McCourt CLA
Modified: 2014-06-26 12:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Susan McCourt CLA 2009-04-25 16:42:34 EDT
Look at subclasses of WizardDialog and you'll see plenty of subclasses that exist only to provide the dialog bounds settings so that size/location of a wizard will be persisted.

It might be better if WizardDialog added API so that clients could set the dialog bounds settings and bounds strategy, similar to what we do in SelectionDialog.
Comment 1 Susan McCourt CLA 2009-04-25 16:47:10 EDT
What's extra bogus about this is that it has potential API effects on components who want to let clients open their wizards.  The client has to have access to the wizard dialog subclass or else some helper, or else implement their own.