Uses of Interface
org.eclipse.jdt.core.manipulation.OrganizeImportsOperation.IChooseImportQuery
-
Packages that use OrganizeImportsOperation.IChooseImportQuery Package Description org.eclipse.jdt.core.manipulation Application programming interface for the JDT core manipulation plug-in class. -
-
Uses of OrganizeImportsOperation.IChooseImportQuery in org.eclipse.jdt.core.manipulation
Constructors in org.eclipse.jdt.core.manipulation with parameters of type OrganizeImportsOperation.IChooseImportQuery Constructor Description OrganizeImportsOperation(ICompilationUnit cu, CompilationUnit astRoot, boolean ignoreLowerCaseNames, boolean save, boolean allowSyntaxErrors, OrganizeImportsOperation.IChooseImportQuery chooseImportQuery)
Creates a new OrganizeImportsOperation operation.
-