public static interface OrganizeImportsOperation.IChooseImportQuery
Modifier and Type | Method and Description |
---|---|
TypeNameMatch[] |
chooseImports(TypeNameMatch[][] openChoices,
ISourceRange[] ranges)
Selects imports from a list of choices.
|
TypeNameMatch[] chooseImports(TypeNameMatch[][] openChoices, ISourceRange[] ranges)
openChoices
- From each array, a type reference has to be selectedranges
- For each choice the range of the corresponding type reference.null
to cancel the operation, or the
selected imports.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.