Home
last modified time | relevance | path

Searched refs:selectionToPass (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
DOpenWizardAction.java117 IStructuredSelection selectionToPass = StructuredSelection.EMPTY; in run() local
119 selectionToPass = (IStructuredSelection) selection; in run()
129 selectionToPass = new StructuredSelection(file); in run()
137 mWizard.init(workbench, selectionToPass); in run()