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

ExtFinderFactory (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

org.netbeans.editor.ext
Class ExtFinderFactory

java.lang.Object
  extended by org.netbeans.editor.ext.ExtFinderFactory

public class ExtFinderFactory
extends Object

Various finders are located here.


Nested Class Summary
static class ExtFinderFactory.LineBlocksFinder
          Finder that collects the whole lines and calls the lineFound() method that can do a local find.
static class ExtFinderFactory.LineBwdFinder
          Finder that collects the whole lines and calls the lineFound() method that can do a local find.
static class ExtFinderFactory.LineFwdFinder
          Finder that collects the whole lines and calls the lineFound() method that can do a local find.
 
Constructor Summary
ExtFinderFactory()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtFinderFactory

public ExtFinderFactory()

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.