当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
FinderFactory.AbstractFinder (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Class FinderFactory.AbstractFinder
java.lang.Object
org.netbeans.editor.FinderFactory.AbstractFinder
- All Implemented Interfaces:
- Finder
- Direct Known Subclasses:
- ExtFinderFactory.LineBwdFinder, ExtFinderFactory.LineFwdFinder, FinderFactory.AbstractBlocksFinder, FinderFactory.FalseFinder, FinderFactory.GenericBwdFinder, FinderFactory.GenericFinder, FinderFactory.GenericFwdFinder, FinderFactory.PosVisColFwdFinder, FinderFactory.TrueFinder, FinderFactory.VisColPosFwdFinder, WordMatch
- Enclosing class:
- FinderFactory
public abstract static class FinderFactory.AbstractFinder
- extends Object
- implements Finder
Abstract finder implementation. The only find()
method must be redefined.
Field Summary |
protected boolean |
found
Was the string found? |
Method Summary |
boolean |
isFound()
Was the string found? |
void |
reset()
Reset the finder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.netbeans.editor.Finder |
find |
found
protected boolean found
- Was the string found?
FinderFactory.AbstractFinder
public FinderFactory.AbstractFinder()
isFound
public final boolean isFound()
- Was the string found?
- Specified by:
isFound
in interface Finder
reset
public void reset()
- Reset the finder
- Specified by:
reset
in interface Finder