| Package | Description |
|---|---|
| org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
| org.gjt.sp.jedit.search |
Search and replace classes.
|
| Class | Description |
|---|---|
| SearchBar |
Incremental search tool bar.
|
| Class | Description |
|---|---|
| BufferListSet |
A file set for searching a user-specified list of buffers.
|
| HyperSearchNode | |
| HyperSearchResult.Occur | |
| HyperSearchTreeNodeCallback | |
| SearchDialog |
Search and replace dialog.
|
| SearchFileSet |
An abstract interface representing a set of files.
|
| SearchMatcher |
An abstract class for matching strings.
|
| SearchMatcher.Match |