Open resource dialog in eclipse plugin

Is there a similar open resource method as we have JavaUI.createTypeDialog

for types?

+2


a source to share


1 answer


org.eclipse.jdt.ui.JavaUI

refers to Java related dialog boxes.

OpenResourceDialog



A class for the OPenResources dialog org.eclipse.ui.internal.ide.dialogs.OpenResourceDialog

from which you can search where it is called.

+6


a source







All Articles