| Summary: | JDT UI should provide an API for calling the open type selection dialog | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Michael Wenz <michael.wenz> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | sebastian.zarnekow |
| Version: | 3.8 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Wenz
Did you try org.eclipse.jdt.ui.JavaUI.createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String, TypeSelectionExtension) and friends? Thanks Sebastian for that hint. I spent quite some time with Google but did't stumble over this. It seems to be the perfect replacement for what I intended to do with OpenTypeSelectionDialog. |