站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

FinderFactory.StringFinder (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

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.
 
Methods inherited from interface org.netbeans.editor.Finder
find, isFound, reset
 

Method Detail

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.


org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.