Uses of Interface
com.intellij.lang.findUsages.FindUsagesProvider

Packages that use FindUsagesProvider
com.intellij.lang Provides base interfaces which allow to extend IDEA with support for custom languages. 
com.intellij.lang.findUsages Provides interfaces for customizing the Find Usages implementation for custom languages. 
 

Uses of FindUsagesProvider in com.intellij.lang
 

Methods in com.intellij.lang that return FindUsagesProvider
 FindUsagesProvider Language.getFindUsagesProvider()
          Override this method to provide find usages capability for the elements of your language For this functionality to work properly ParserDefinition implementation is necessary.
 

Uses of FindUsagesProvider in com.intellij.lang.findUsages
 

Classes in com.intellij.lang.findUsages that implement FindUsagesProvider
 class EmptyFindUsagesProvider
          The default empty implementation of the FindUsagesProvider interface.