Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.search: Javadoc index of package org.gjt.sp.jedit.search.


Package Samples:

org.gjt.sp.jedit.search

Classes:

SearchAndReplace: Class that implements regular expression and literal search within jEdit buffers. There are two main groups of methods in this class: Property accessors - for changing search and replace settings. Actions - for performing search and replace. The "HyperSearch" and "Keep dialog" features, as reflected in checkbox options in the search dialog, are not handled from within this class. If you wish to have these options set before the search dialog appears, make a prior call to either or both of the following: jEdit.setBooleanProperty("search.hypersearch.toggle",true); jEdit.setBooleanProperty("search.keepDialog.toggle",true); ...
CharIndexedSegment: Lets gnu.regexp search within Segment objects.
HyperSearchResult: A set of occurrences of the search string on a given line in a buffer.
RESearchMatcher: A regular expression string matcher using gnu.regexp .
BoyerMooreSearchMatcher: Implements literal search using the Boyer-Moore algorithm.
BufferListSet: A file set for searching a user-specified list of buffers.
SearchFileSet: An abstract interface representing a set of files.
CurrentBufferSet: A file set for searching the current buffer.
AllBufferSet: A file set for searching all open buffers.
SearchMatcher: An abstract class for matching strings.
SearchBar: Incremental search tool bar.
DirectoryListSet: Recursive directory search.
HyperSearchResults: HyperSearch results window.
SearchDialog: Search and replace dialog.
HyperSearchRequest

Home | Contact Us | Privacy Policy | Terms of Service