| |
|
| java.lang.Object org.netbeans.modules.refactoring.api.AbstractRefactoring org.netbeans.modules.refactoring.api.WhereUsedQuery
Constructor Summary | |
public | WhereUsedQuery(Lookup lookup) Creates a new instance of WhereUsedQuery. |
FIND_REFERENCES | final public static String FIND_REFERENCES(Code) | | key for
getBooleanValue() is find references requested?
|
SEARCH_IN_COMMENTS | final public static String SEARCH_IN_COMMENTS(Code) | | key for
getBooleanValue() is search in comments requested?
|
WhereUsedQuery | public WhereUsedQuery(Lookup lookup)(Code) | | Creates a new instance of WhereUsedQuery.
WhereUsedQuery implementations currently understand following types:
Module | Types the Module Understands | Implementation |
Java Refactoring |
-
org.openide.filesystems.FileObject with content type text/x-java (class references)
-
org.netbeans.api.java.source.TreePathHandle (class, field, method references)
| Finds references |
Parameters: lookup - put object for which you request references into Lookup instance. |
setRefactoringSource | final public void setRefactoringSource(Lookup lookup)(Code) | | Setter for searched item
Parameters: lookup - put object for which you request references into Lookup instance. |
|
|
|