Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Class and Description |
---|---|
static class |
FinderFactory.AcceptorBwdFinder |
static class |
FinderFactory.CharArrayBwdFinder
Searches for anyone of the specified chars in backward direction.
|
static class |
FinderFactory.CharBwdFinder
Searches for the specified char in backward direction.
|
static class |
FinderFactory.NonWhiteBwdFinder
Find first non-white character backward
|
static class |
FinderFactory.PreviousWordBwdFinder
Find start of the word.
|
static class |
FinderFactory.StringBwdFinder
String backward finder
|
static class |
FinderFactory.WhiteBwdFinder
Find first white character backward
|
static class |
FinderFactory.WholeWordsBwdFinder
String backward finder that finds whole words only.
|