当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
FinderFactory.StringFinder (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Interface FinderFactory.StringFinder
- All Superinterfaces:
- Finder
- All Known Implementing Classes:
- FinderFactory.FalseFinder, FinderFactory.StringBwdFinder, FinderFactory.StringFwdFinder, FinderFactory.WholeWordsBwdFinder, FinderFactory.WholeWordsFwdFinder
- Enclosing class:
- FinderFactory
public static interface FinderFactory.StringFinder
- extends Finder
Finder that looks for some search expression expressed by string.
It can be either simple string
or some form of regular expression expressed by string.
Method Summary |
int |
getFoundLength()
Get the length of the found string. |
getFoundLength
int getFoundLength()
- Get the length of the found string. This is useful
for regular expressions, because the length of the regular
expression can be different than the length of the string
that matched the expression.