Bug 12599 - Expose step filter page package dialog.
Summary: Expose step filter page package dialog.
Status: RESOLVED DUPLICATE of bug 10852
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 07:58 EST by Erin Harris CLA
Modified: 2002-04-09 12:12 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 Erin Harris CLA 2002-04-02 07:58:52 EST
I noticed that for the Java debug step filter page 
(org.eclipse.jdt.internal.debug.ui.JavaStepFilterPreferencePage) there are 
buttons for a class dialog and a package dialog.  The class dialog is exposed in 
JavaUI.createTypeDialog but the package dialog is not.  There is a 
JavaUI.createPackageDialog but it requires a project and there is no project for 
the preference page.  Could the dialog that the Java debug step filter page is 
using be exposed?
Comment 1 Erin Harris CLA 2002-04-08 08:47:46 EDT
Even better would be to expose 
org.eclipse.jdt.internal.ui.dialogs.ElementListSelectionDialog.
Comment 2 Erich Gamma CLA 2002-04-09 12:12:37 EDT
the workbench will surface the ElementListSelectionDialog.

*** This bug has been marked as a duplicate of 10852 ***