public class RunAnythingHelpGroup<P extends RunAnythingProvider> extends RunAnythingGroupBase
RunAnythingGroup.SearchResult
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<RunAnythingGroup> |
EP_NAME |
RUN_ANYTHING_MATCHER_BUILDER
Constructor and Description |
---|
RunAnythingHelpGroup()
Deprecated.
API compatibility
|
RunAnythingHelpGroup(java.lang.String title,
java.util.List<P> providers) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RunAnythingItem> |
getGroupItems(DataContext dataContext,
java.lang.String pattern) |
protected int |
getMaxInitialItems() |
java.util.Collection<P> |
getProviders()
Deprecated.
please use
RunAnythingProvider.getHelpGroupTitle() instead |
java.lang.String |
getTitle() |
getItems, getMatcher
clearIndexes, clearMoreIndex, collectItems, findGroup, findGroupByMoreIndex, findGroupByTitleIndex, findItemGroup, getAllIndexes, getMaxItemsToInsert, getTitle, isMoreIndex, resetMoreIndex, shiftIndexes
public static final ExtensionPointName<RunAnythingGroup> EP_NAME
public RunAnythingHelpGroup(java.lang.String title, java.util.List<P> providers)
@Deprecated public RunAnythingHelpGroup()
public java.lang.String getTitle()
getTitle
in class RunAnythingGroup
@Deprecated public java.util.Collection<P> getProviders()
RunAnythingProvider.getHelpGroupTitle()
insteadRunAnythingProvider.getHelpItem(DataContext)
See also RunAnythingProviderBase.getHelp*()
methods.public java.util.Collection<RunAnythingItem> getGroupItems(DataContext dataContext, java.lang.String pattern)
getGroupItems
in class RunAnythingGroupBase
protected int getMaxInitialItems()
getMaxInitialItems
in class RunAnythingGroup