Is there similar method open resource just like we have JavaUI.createTypeDialog for types?
views:
42answers:
1
+3
A:
The org.eclipse.jdt.ui.JavaUI deals with Java-related dialogBoxes.

The class for the OPenResources dialog is org.eclipse.ui.internal.ide.dialogs.OpenResourceDialog, from which you can search where it is called.
VonC
2010-05-20 09:20:56