Reputation: 41127
Is there similar method open resource just like we have JavaUI.createTypeDialog
for types?
Upvotes: 2
Views: 849
Reputation: 1329722
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.
Upvotes: 6