Bug 21631 - JavaUI.createTypeDialog() should provide default message [dialogs]
Summary: JavaUI.createTypeDialog() should provide default message [dialogs]
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Claude Knaus CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-07-16 15:25 EDT by Peter Burka CLA
Modified: 2002-08-05 08:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Burka CLA 2002-07-16 15:25:34 EDT
2.0 Release

If you use JavaUI.createTypeDialog() to create a new (single selection) type 
dialog, and then open the dialog, the open will fail silently.

The dialog cannot be succesfully opened unless you send setMessage() to the 
dialog before you open it.

This behaviour should be documented, or, preferably, a default message 
("Please select a type/class/interface") should be provided.
Comment 1 Dirk Baeumer CLA 2002-07-26 12:06:53 EDT
We should provide a default message in this case.
Comment 2 Claude Knaus CLA 2002-08-05 08:27:10 EDT
fixed >= 20020805
The default message is "Select Type".