|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.editor.FinderFactory
public class FinderFactory
Various finders are located here.
Nested Class Summary | |
---|---|
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 interface |
FinderFactory.BlocksFinder
Finder that constructs [begin-pos, end-pos] blocks. |
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 interface |
FinderFactory.StringFinder
Finder that looks for some search expression expressed by string. |
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. |
Constructor Summary | |
---|---|
FinderFactory()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FinderFactory()
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |