org.netbeans.lib.editor.codetemplates.spi
public interface CodeTemplateFilter
Modifier and Type | Interface and Description |
---|---|
static interface |
CodeTemplateFilter.Factory
Factory for producing of the code template filters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(CodeTemplate template)
Accept or reject the given code template.
|
boolean accept(CodeTemplate template)
template
- non-null template to accept or reject.Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.