public class QualifiedNamesFromIJavaElementCollector extends Object
Constructor and Description |
---|
QualifiedNamesFromIJavaElementCollector()
Default Constructor.
|
QualifiedNamesFromIJavaElementCollector(boolean includePackages,
boolean includeCU,
boolean includeClassFiles)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
collectQualifiedNamesFromSelection(org.eclipse.jface.viewers.ISelection selection)
Collect the list of qualified names extracted from selection.
|
List<String> |
getQualifiedNamesFromSelection(org.eclipse.jface.viewers.ISelection selection)
Collect the list of qualified names extracted from selection.
|
public QualifiedNamesFromIJavaElementCollector()
includePackages
- includeCU
- public QualifiedNamesFromIJavaElementCollector(boolean includePackages, boolean includeCU, boolean includeClassFiles)
includePackages
- includeCU
- public static List<String> collectQualifiedNamesFromSelection(org.eclipse.jface.viewers.ISelection selection)
selection
- Copyright © 2016 Eclipse foundation. All rights reserved.