Interface OrganizeImportsOperation.IChooseImportQuery
-
- Enclosing class:
- OrganizeImportsOperation
public static interface OrganizeImportsOperation.IChooseImportQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeNameMatch[]chooseImports(TypeNameMatch[][] openChoices, ISourceRange[] ranges)Selects imports from a list of choices.
-
-
-
Method Detail
-
chooseImports
TypeNameMatch[] chooseImports(TypeNameMatch[][] openChoices, ISourceRange[] ranges)
Selects imports from a list of choices.- Parameters:
openChoices- From each array, a type reference has to be selectedranges- For each choice the range of the corresponding type reference.- Returns:
- Returns
nullto cancel the operation, or the selected imports.
-
-