com.intellij.usages.rules
Interface UsageGroupingRuleProvider

All Superinterfaces:
ApplicationComponent, BaseComponent
All Known Implementing Classes:
UsageGroupingRuleProviderImpl

public interface UsageGroupingRuleProvider
extends ApplicationComponent

Created by IntelliJ IDEA. User: max Date: Dec 27, 2004 Time: 8:19:16 PM To change this template use File | Settings | File Templates.


Method Summary
 AnAction[] createGroupingActions(UsageView view)
           
 UsageGroupingRule[] getActiveRules(Project project)
           
 
Methods inherited from interface com.intellij.openapi.components.BaseComponent
disposeComponent, getComponentName, initComponent
 

Method Detail

getActiveRules

UsageGroupingRule[] getActiveRules(Project project)

createGroupingActions

AnAction[] createGroupingActions(UsageView view)