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

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

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

org.netbeans.editor
Class FinderFactory.AbstractFinder

java.lang.Object
  extended by 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?
 
Constructor Summary
FinderFactory.AbstractFinder()
           
 
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
 

Field Detail

found

protected boolean found
Was the string found?

Constructor Detail

FinderFactory.AbstractFinder

public FinderFactory.AbstractFinder()
Method Detail

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

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.