public interface UsageViewFactory
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<UsageViewFactory> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
UsageViewEx |
createUsageView(UsageTarget [] targets,
Usage [] usages,
UsageViewPresentation presentation,
Factory<? extends UsageSearcher> usageSearcherFactory)
Creates a usage view instance for representing the given set of usages and appends the given usages to it.
|
static final ExtensionPointName<UsageViewFactory> EP_NAME
UsageViewEx createUsageView(UsageTarget [] targets, Usage [] usages, UsageViewPresentation presentation, Factory<? extends UsageSearcher> usageSearcherFactory)