@MimeLocation(subfolderName="CodeTemplateFilterFactories") public static interface CodeTemplateFilter.Factory
Modifier and Type | Method and Description |
---|---|
CodeTemplateFilter |
createFilter(JTextComponent component,
int offset)
Create code template filter for the given context.
|
CodeTemplateFilter createFilter(JTextComponent component, int offset)
component
- non-null component for which the filter is being created.offset
- >=0 offset for which the filter is being created.