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

Uses of Interface org.netbeans.editor.Finder (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

Uses of Interface
org.netbeans.editor.Finder

Packages that use Finder
org.netbeans.editor   
org.netbeans.editor.ext Completion Design View 
 

Uses of Finder in org.netbeans.editor
 

Subinterfaces of Finder in org.netbeans.editor
 interface AdjustFinder
          Advanced finder that can adjust the start and limit position of the search.
static interface FinderFactory.BlocksFinder
          Finder that constructs [begin-pos, end-pos] blocks.
static interface FinderFactory.StringFinder
          Finder that looks for some search expression expressed by string.
 

Classes in org.netbeans.editor that implement Finder
static class FinderFactory.AbstractBlocksFinder
          Support for creating blocks finders.
static class FinderFactory.AbstractFinder
          Abstract finder implementation.
static class FinderFactory.AcceptorBwdFinder
           
static class FinderFactory.AcceptorFwdFinder
           
static class FinderFactory.CharArrayBwdFinder
          Searches for anyone of the specified chars in backward direction.
static class FinderFactory.CharArrayFwdFinder
          Searches for anyone of the specified chars in forward direction.
static class FinderFactory.CharBwdFinder
          Searches for the specified char in backward direction.
static class FinderFactory.CharFwdFinder
          Searches for the specified char in forward direction.
static class FinderFactory.FalseBlocksFinder
           
static class FinderFactory.FalseFinder
          Request non-existent position immediately
static class FinderFactory.GenericBwdFinder
          Generic backward finder that simplifies the search process.
static class FinderFactory.GenericFinder
           
static class FinderFactory.GenericFwdFinder
          Generic forward finder that simplifies the search process.
static class FinderFactory.NextWordFwdFinder
          Next word forward finder
static class FinderFactory.NonWhiteBwdFinder
          Find first non-white character backward
static class FinderFactory.NonWhiteFwdFinder
          Find first non-white character forward
static class FinderFactory.PosVisColFwdFinder
          Finder for getting visual column value for particular position.
static class FinderFactory.PreviousWordBwdFinder
          Find start of the word.
static class FinderFactory.StringBlocksFinder
          String forward finder that creates position blocks
static class FinderFactory.StringBwdFinder
          String backward finder
static class FinderFactory.StringFwdFinder
          String forward finder
static class FinderFactory.TrueFinder
          Return successful match on the first searched char
static class FinderFactory.VisColPosFwdFinder
          Finder for getting position from visual column knowledge.
static class FinderFactory.WhiteBwdFinder
          Find first white character backward
static class FinderFactory.WhiteFwdFinder
          Find first white character forward
static class FinderFactory.WholeWordsBlocksFinder
          String forward finder that finds whole words only and that creates position blocks.
static class FinderFactory.WholeWordsBwdFinder
          String backward finder that finds whole words only.
static class FinderFactory.WholeWordsFwdFinder
          String forward finder that finds whole words only.
 class WordMatch
          Word matching support enables to fill in the rest of the word when knowing the begining of the word.
 

Methods in org.netbeans.editor with parameters of type Finder
 int BaseDocument.find(Finder finder, int startPos, int limitPos)
          Find something in document using a finder.
 int SyntaxSupport.findInsideBlocks(Finder finder, int startPos, int endPos, int[] blocks)
           
 int SyntaxSupport.findOutsideBlocks(Finder finder, int startPos, int endPos, int[] blocks)
           
 

Uses of Finder in org.netbeans.editor.ext
 

Classes in org.netbeans.editor.ext that implement Finder
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.
 class ExtSyntaxSupport.BracketFinder
          Finder for the matching bracket.
 


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.