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

Quick Search    Search Deep
A B C D E F G H I K L M N O P R S T U V W _

A

ALL_BUFFERS - Static variable in class org.gjt.sp.jedit.search.SearchDialog
 
AllBufferSet - class org.gjt.sp.jedit.search.AllBufferSet.
A file set for searching all open buffers.
AllBufferSet(String) - Constructor for class org.gjt.sp.jedit.search.AllBufferSet
Creates a new all buffer set.
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.ActionHandler
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.RemoveAllTreeNodesAction
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.RemoveTreeNodeAction
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.SearchBar.ActionHandler
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.SearchDialog.ButtonActionHandler
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.SearchDialog.MultiFileActionHandler
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.SearchDialog.ReplaceActionHandler
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.SearchDialog.SettingsActionHandler
 
addNotify() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
addOccur(int, int) - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 

B

BoyerMooreSearchMatcher - class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher.
Implements literal search using the Boyer-Moore algorithm.
BoyerMooreSearchMatcher(String, boolean) - Constructor for class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
Creates a new string literal matcher.
BufferListSet - class org.gjt.sp.jedit.search.BufferListSet.
A file set for searching a user-specified list of buffers.
BufferListSet() - Constructor for class org.gjt.sp.jedit.search.BufferListSet
 
back_skip - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
back_suffix - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
beanShellReplace - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
beanshell - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
boldFont - Variable in class org.gjt.sp.jedit.search.HyperSearchResults.ResultCellRenderer
 
buffer - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
bufferClosed() - Method in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
bufferClosed() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
bufferOpened() - Method in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
bufferOpened(Buffer) - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 

C

CURRENT_BUFFER - Static variable in class org.gjt.sp.jedit.search.SearchDialog
Default file set.
CharIndexedSegment - class org.gjt.sp.jedit.search.CharIndexedSegment.
Lets gnu.regexp search within Segment objects.
CharIndexedSegment(Segment, int) - Constructor for class org.gjt.sp.jedit.search.CharIndexedSegment
Creates a new CharIndexedSegment.
CharIndexedSegment(Segment, boolean) - Constructor for class org.gjt.sp.jedit.search.CharIndexedSegment
Creates a new CharIndexedSegment.
CurrentBufferSet - class org.gjt.sp.jedit.search.CurrentBufferSet.
A file set for searching the current buffer.
CurrentBufferSet() - Constructor for class org.gjt.sp.jedit.search.CurrentBufferSet
 
cancel() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
caption - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
changedUpdate(DocumentEvent) - Method in class org.gjt.sp.jedit.search.SearchBar.DocumentHandler
 
charAt(int) - Method in class org.gjt.sp.jedit.search.CharIndexedSegment
 
choose - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
clear - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
close - Variable in class org.gjt.sp.jedit.search.SearchBar
 
closeBtn - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
closeOrKeepDialog() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
createButtonsPanel() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
createFieldPanel() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
createMultiFilePanel() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
createSearchSettingsPanel() - Method in class org.gjt.sp.jedit.search.SearchDialog
 

D

DIRECTORY - Static variable in class org.gjt.sp.jedit.search.SearchDialog
 
DirectoryListSet - class org.gjt.sp.jedit.search.DirectoryListSet.
Recursive directory search.
DirectoryListSet(String, String, boolean) - Constructor for class org.gjt.sp.jedit.search.DirectoryListSet
 
directory - Variable in class org.gjt.sp.jedit.search.DirectoryListSet
 
directory - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
dispose() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
doHyperSearch(Buffer) - Method in class org.gjt.sp.jedit.search.HyperSearchRequest
 
doHyperSearch(Buffer, int, int) - Method in class org.gjt.sp.jedit.search.HyperSearchRequest
 
doHyperSearch(Buffer, int, int, DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchRequest
 

E

end - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
end - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
endPos - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 

F

files - Variable in class org.gjt.sp.jedit.search.BufferListSet
 
fileset - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
filter - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
find(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Finds the next occurance of the search string.
find(View, Buffer, int) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Finds the next instance of the search string in the specified buffer.
find(View, Buffer, int, boolean, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Finds the next instance of the search string in the specified buffer.
find - Variable in class org.gjt.sp.jedit.search.SearchBar
 
find(boolean) - Method in class org.gjt.sp.jedit.search.SearchBar
 
find - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
findBtn - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
focusOnDefaultComponent() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
fwd_skip - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
fwd_suffix - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 

G

generateSkipArray(boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
generateSuffixArray(boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
getAutoWrapAround() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the auto wrap around flag.
getBeanShellReplace() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the BeanShell replace flag.
getBuffer() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
getCode() - Method in class org.gjt.sp.jedit.search.AllBufferSet
Returns the BeanShell code that will recreate this file set.
getCode() - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getCode() - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getCode() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getCode() - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the BeanShell code that will recreate this file set.
getColumnOnOtherLine(Buffer, int, int) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Should be somewhere else...
getDirectory() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getField() - Method in class org.gjt.sp.jedit.search.SearchBar
 
getFileCount(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFileCount(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFileCount(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the number of files in this file set.
getFileFilter() - Method in class org.gjt.sp.jedit.search.AllBufferSet
Returns the filename filter.
getFileFilter() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getFiles(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFiles(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFiles(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns all path names in this file set.
getFirstFile(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFirstFile(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFirstFile(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the first file to search.
getIgnoreCase() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the ignore case flag.
getNextFile(View, String) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getNextFile(View, String) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getNextFile(View, String) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the next file to search.
getRegexp() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the regular expression flag.
getReplaceString() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current replacement string.
getReverseSearch() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the reverse search flag.
getSearchDialog(View) - Static method in class org.gjt.sp.jedit.search.SearchDialog
 
getSearchFileSet() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search file set.
getSearchMatcher() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string matcher.
getSearchString() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string.
getSelection() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
Returns an array of selection objects pointing to the occurrences of the search term on the current line.
getSkipIndex(char) - Static method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
getTree() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
Returns the result tree.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.ResultCellRenderer
 
getTreeModel() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
glob - Variable in class org.gjt.sp.jedit.search.AllBufferSet
 
glob - Variable in class org.gjt.sp.jedit.search.DirectoryListSet
 
goTo(View) - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
goToSelectedNode() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 

H

HyperSearchRequest - class org.gjt.sp.jedit.search.HyperSearchRequest.
 
HyperSearchRequest(View, SearchMatcher, HyperSearchResults, Selection[]) - Constructor for class org.gjt.sp.jedit.search.HyperSearchRequest
 
HyperSearchResult - class org.gjt.sp.jedit.search.HyperSearchResult.
A set of occurrences of the search string on a given line in a buffer.
HyperSearchResult(Buffer, int) - Constructor for class org.gjt.sp.jedit.search.HyperSearchResult
 
HyperSearchResult.Occur - class org.gjt.sp.jedit.search.HyperSearchResult.Occur.
 
HyperSearchResult.Occur(int, int) - Constructor for class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
HyperSearchResults - class org.gjt.sp.jedit.search.HyperSearchResults.
HyperSearch results window.
HyperSearchResults(View) - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults
 
HyperSearchResults.ActionHandler - class org.gjt.sp.jedit.search.HyperSearchResults.ActionHandler.
 
HyperSearchResults.ActionHandler() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.ActionHandler
 
HyperSearchResults.BufferClosedVisitor - class org.gjt.sp.jedit.search.HyperSearchResults.BufferClosedVisitor.
 
HyperSearchResults.BufferClosedVisitor() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.BufferClosedVisitor
 
HyperSearchResults.BufferLoadedVisitor - class org.gjt.sp.jedit.search.HyperSearchResults.BufferLoadedVisitor.
 
HyperSearchResults.BufferLoadedVisitor() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.BufferLoadedVisitor
 
HyperSearchResults.KeyHandler - class org.gjt.sp.jedit.search.HyperSearchResults.KeyHandler.
 
HyperSearchResults.KeyHandler() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.KeyHandler
 
HyperSearchResults.MouseHandler - class org.gjt.sp.jedit.search.HyperSearchResults.MouseHandler.
 
HyperSearchResults.MouseHandler() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.MouseHandler
 
HyperSearchResults.RemoveAllTreeNodesAction - class org.gjt.sp.jedit.search.HyperSearchResults.RemoveAllTreeNodesAction.
 
HyperSearchResults.RemoveAllTreeNodesAction() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.RemoveAllTreeNodesAction
 
HyperSearchResults.RemoveTreeNodeAction - class org.gjt.sp.jedit.search.HyperSearchResults.RemoveTreeNodeAction.
 
HyperSearchResults.RemoveTreeNodeAction() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.RemoveTreeNodeAction
 
HyperSearchResults.ResultCellRenderer - class org.gjt.sp.jedit.search.HyperSearchResults.ResultCellRenderer.
 
HyperSearchResults.ResultCellRenderer() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.ResultCellRenderer
 
HyperSearchResults.ResultVisitor - interface org.gjt.sp.jedit.search.HyperSearchResults.ResultVisitor.
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.search.SearchDialog
 
hyperSearch(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Performs a HyperSearch.
hyperSearch(View, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Performs a HyperSearch.
hyperSearch - Variable in class org.gjt.sp.jedit.search.SearchBar
 
hyperSearch - Variable in class org.gjt.sp.jedit.search.SearchDialog
 

I

ignoreCase - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
ignoreCase - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
ignoreCase - Variable in class org.gjt.sp.jedit.search.SearchBar
 
ignoreCase - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
incrementalSearch(int, boolean) - Method in class org.gjt.sp.jedit.search.SearchBar
 
initReplace() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Set up BeanShell replace if necessary.
insertUpdate(DocumentEvent) - Method in class org.gjt.sp.jedit.search.SearchBar.DocumentHandler
 
invalidateCachedList() - Method in class org.gjt.sp.jedit.search.BufferListSet
 
isFocusTraversable() - Method in class org.gjt.sp.jedit.search.SearchDialog.MyJRadioButton
 
isRecursive() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
isValid() - Method in class org.gjt.sp.jedit.search.CharIndexedSegment
 

K

keepDialog - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
keyPressed(KeyEvent) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.KeyHandler
 
keyPressed(KeyEvent) - Method in class org.gjt.sp.jedit.search.SearchBar.KeyHandler
 

L

line - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
load() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Loads search and replace state from the properties.
load() - Method in class org.gjt.sp.jedit.search.SearchDialog
 

M

m_index - Variable in class org.gjt.sp.jedit.search.CharIndexedSegment
 
match(CharIndexed, boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
matcher - Variable in class org.gjt.sp.jedit.search.HyperSearchRequest
 
matcher - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
mousePressed(MouseEvent) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.MouseHandler
 
move(int) - Method in class org.gjt.sp.jedit.search.CharIndexedSegment
 
multi - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
multiStatus - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 

N

NAME - Static variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
next - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
nextMatch(CharIndexed, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextMatch(CharIndexed, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.RESearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextMatch(CharIndexed, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.SearchMatcher
Returns the offset of the first match of the specified text within this matcher.

O

occur - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
occurCount - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
ok() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
org.gjt.sp.jedit.search - package org.gjt.sp.jedit.search
 

P

path - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
pattern - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
pattern_end - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
plainFont - Variable in class org.gjt.sp.jedit.search.HyperSearchResults.ResultCellRenderer
 
popupMenu - Variable in class org.gjt.sp.jedit.search.HyperSearchResults.MouseHandler
 
preloadSearchDialog(View) - Static method in class org.gjt.sp.jedit.search.SearchDialog
Preloads the search dialog for the given for so that it can be quickly displayed later.
propertiesChanged() - Method in class org.gjt.sp.jedit.search.SearchBar
 

R

RESearchMatcher - class org.gjt.sp.jedit.search.RESearchMatcher.
A regular expression string matcher using gnu.regexp.
RESearchMatcher(String, boolean) - Constructor for class org.gjt.sp.jedit.search.RESearchMatcher
Creates a new regular expression string matcher.
RE_SYNTAX_JEDIT - Static variable in class org.gjt.sp.jedit.search.RESearchMatcher
Perl5 syntax with character classes enabled.
re - Variable in class org.gjt.sp.jedit.search.RESearchMatcher
 
record(View, String, boolean, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
 
recurse - Variable in class org.gjt.sp.jedit.search.DirectoryListSet
 
regexp - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
regexp - Variable in class org.gjt.sp.jedit.search.SearchBar
 
regexp - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
removeNotify() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
removeUpdate(DocumentEvent) - Method in class org.gjt.sp.jedit.search.SearchBar.DocumentHandler
 
replace - Variable in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
replace - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
replace(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces the current selection with the replacement string.
replace(View, Buffer, int, int) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces text in the specified range with the replacement string.
replace - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
replaceAll(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces all occurances of the search string with the replacement string.
replaceAllBtn - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
replaceAndFindBtn - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
replaceMethod - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
replaceNS - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
reset() - Method in class org.gjt.sp.jedit.search.CharIndexedSegment
 
resultTree - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
resultTreeModel - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
resultTreeRoot - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
results - Variable in class org.gjt.sp.jedit.search.HyperSearchRequest
 
returnValue - Variable in class org.gjt.sp.jedit.search.SearchMatcher
 
reverse - Variable in class org.gjt.sp.jedit.search.CharIndexedSegment
 
reverse - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
rootSearchNode - Variable in class org.gjt.sp.jedit.search.HyperSearchRequest
 
run() - Method in class org.gjt.sp.jedit.search.HyperSearchRequest
 

S

SearchAndReplace - class org.gjt.sp.jedit.search.SearchAndReplace.
Class that implements regular expression and literal search within jEdit buffers.
SearchAndReplace() - Constructor for class org.gjt.sp.jedit.search.SearchAndReplace
 
SearchBar - class org.gjt.sp.jedit.search.SearchBar.
Incremental search tool bar.
SearchBar(View, boolean) - Constructor for class org.gjt.sp.jedit.search.SearchBar
 
SearchBar.ActionHandler - class org.gjt.sp.jedit.search.SearchBar.ActionHandler.
 
SearchBar.ActionHandler() - Constructor for class org.gjt.sp.jedit.search.SearchBar.ActionHandler
 
SearchBar.DocumentHandler - class org.gjt.sp.jedit.search.SearchBar.DocumentHandler.
 
SearchBar.DocumentHandler() - Constructor for class org.gjt.sp.jedit.search.SearchBar.DocumentHandler
 
SearchBar.KeyHandler - class org.gjt.sp.jedit.search.SearchBar.KeyHandler.
 
SearchBar.KeyHandler() - Constructor for class org.gjt.sp.jedit.search.SearchBar.KeyHandler
 
SearchDialog - class org.gjt.sp.jedit.search.SearchDialog.
Search and replace dialog.
SearchDialog(View) - Constructor for class org.gjt.sp.jedit.search.SearchDialog
Creates a new search and replace dialog box.
SearchDialog.ButtonActionHandler - class org.gjt.sp.jedit.search.SearchDialog.ButtonActionHandler.
 
SearchDialog.ButtonActionHandler() - Constructor for class org.gjt.sp.jedit.search.SearchDialog.ButtonActionHandler
 
SearchDialog.MultiFileActionHandler - class org.gjt.sp.jedit.search.SearchDialog.MultiFileActionHandler.
 
SearchDialog.MultiFileActionHandler() - Constructor for class org.gjt.sp.jedit.search.SearchDialog.MultiFileActionHandler
 
SearchDialog.MyJRadioButton - class org.gjt.sp.jedit.search.SearchDialog.MyJRadioButton.
 
SearchDialog.MyJRadioButton(String) - Constructor for class org.gjt.sp.jedit.search.SearchDialog.MyJRadioButton
 
SearchDialog.ReplaceActionHandler - class org.gjt.sp.jedit.search.SearchDialog.ReplaceActionHandler.
 
SearchDialog.ReplaceActionHandler() - Constructor for class org.gjt.sp.jedit.search.SearchDialog.ReplaceActionHandler
 
SearchDialog.SettingsActionHandler - class org.gjt.sp.jedit.search.SearchDialog.SettingsActionHandler.
 
SearchDialog.SettingsActionHandler() - Constructor for class org.gjt.sp.jedit.search.SearchDialog.SettingsActionHandler
 
SearchFileSet - interface org.gjt.sp.jedit.search.SearchFileSet.
An abstract interface representing a set of files.
SearchMatcher - class org.gjt.sp.jedit.search.SearchMatcher.
An abstract class for matching strings.
SearchMatcher() - Constructor for class org.gjt.sp.jedit.search.SearchMatcher
 
SearchMatcher.Match - class org.gjt.sp.jedit.search.SearchMatcher.Match.
 
SearchMatcher.Match() - Constructor for class org.gjt.sp.jedit.search.SearchMatcher.Match
 
save() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Saves search and replace state to the properties.
save(boolean) - Method in class org.gjt.sp.jedit.search.SearchDialog
 
saving - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
search - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
searchAllBuffers - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
searchBack - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
searchCurrentBuffer - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
searchDirectory - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
searchDone(DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
searchFailed() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
searchForward - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
searchInSelection(Buffer) - Method in class org.gjt.sp.jedit.search.HyperSearchRequest
 
searchReverse - Variable in class org.gjt.sp.jedit.search.SearchBar
 
searchSelection - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
searchStart - Variable in class org.gjt.sp.jedit.search.SearchBar
 
searchStarted() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
searchString - Variable in class org.gjt.sp.jedit.search.HyperSearchRequest
 
searchSubDirectories - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
seg - Variable in class org.gjt.sp.jedit.search.CharIndexedSegment
 
selection - Variable in class org.gjt.sp.jedit.search.HyperSearchRequest
 
setAutoWrapAround(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the auto wrap around flag.
setBeanShellReplace(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the BeanShell replace flag.
setDirectory(String) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setFileFilter(String) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setHyperSearch(boolean) - Method in class org.gjt.sp.jedit.search.SearchBar
 
setIgnoreCase(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the ignore case flag.
setRecursive(boolean) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setRegexp(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the regular expression flag.
setReplaceString(String) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current replacement string.
setReverseSearch(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Determines whether a reverse search will conducted from the current position to the beginning of a buffer.
setSearchFileSet(SearchFileSet) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current search file set.
setSearchMatcher(SearchMatcher) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets a custom search string matcher.
setSearchString(String) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current search string.
setSearchString(String, int) - Method in class org.gjt.sp.jedit.search.SearchDialog
Sets the search string.
showPopupMenu(MouseEvent) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.MouseHandler
 
showSearchDialog(View, String, int) - Static method in class org.gjt.sp.jedit.search.SearchDialog
Displays a search and replace dialog box, reusing an existing one if necessary.
start - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
start - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
startPos - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
str - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
stringReplace - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
substitutions - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
synchronize - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
synchronizeMultiFileSettings() - Method in class org.gjt.sp.jedit.search.SearchDialog
 

T

temp - Variable in class org.gjt.sp.jedit.search.SearchBar
 
timer - Variable in class org.gjt.sp.jedit.search.SearchBar
 
timerIncrementalSearch(int, boolean) - Method in class org.gjt.sp.jedit.search.SearchBar
 
toString() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 

U

update() - Method in class org.gjt.sp.jedit.search.SearchBar
 
updateEnabled() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
updateMultiStatus() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 

V

view - Variable in class org.gjt.sp.jedit.search.HyperSearchRequest
 
view - Variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
view - Variable in class org.gjt.sp.jedit.search.SearchBar
 
view - Variable in class org.gjt.sp.jedit.search.SearchDialog
 
viewHash - Static variable in class org.gjt.sp.jedit.search.SearchDialog
 
visit(Buffer, HyperSearchResult) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.BufferClosedVisitor
 
visit(Buffer, HyperSearchResult) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.BufferLoadedVisitor
 
visit(Buffer, HyperSearchResult) - Method in interface org.gjt.sp.jedit.search.HyperSearchResults.ResultVisitor
 

W

wrap - Static variable in class org.gjt.sp.jedit.search.SearchAndReplace
 
wrap - Variable in class org.gjt.sp.jedit.search.SearchDialog
 

_

_getFiles(Component) - Method in class org.gjt.sp.jedit.search.AllBufferSet
 
_getFiles(Component) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
_getFiles(Component) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
_replace(View, Buffer, SearchMatcher, int, int, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces all occurances of the search string with the replacement string.
_replace(SearchMatcher.Match, String) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
 

A B C D E F G H I K L M N O P R S T U V W _