Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractDialogModel - Class in griffon.plugins.dialogs
@author Andres Almiray
AbstractDialogModel() - Constructor in AbstractDialogModel
actionFor(String) - Method in FinderView

B

block - Field in FinderView.ComboBoxUpdater
buildButtonsRow(JPanel) - Method in FinderView
buildContent() - Method in FinderView
builder - Field in DialogController
buildFindRow(JPanel) - Method in FinderView
buildOptionsRow(JPanel) - Method in FinderView
buildReplaceRow(JPanel) - Method in FinderView

C

center - Field in AbstractDialogModel
comboBox - Field in FinderView.ComboBoxUpdater
content - Field in FinderView
controller - Field in FinderView
createDialog(Window) - Method in DialogController
createDialog(Window) - Method in FinderController

D

dialog - Field in DialogController
DIALOG_NAME - Field in FinderModel
DialogController - Class in griffon.plugins.dialogs
@author Andres Almiray
DialogController() - Constructor in DialogController
displayDialog(JDialog) - Method in DialogController
displayDialog(JDialog) - Method in FinderController

E

endIndex - Field in RegExReplaceInfo
enterTyped - Field in FinderModel

F

find(JComponent, String, boolean, boolean, boolean, boolean) - Method in JTextComponentSearcher
Finds the next instance of the string/regular expression specified from the caret position.
find(JComponent, String, boolean, boolean, boolean, boolean) - Method in Searcher
Finder - Class in griffon.plugin.dialogs
@author Andres Almiray
Finder() - Constructor in Finder
FINDER_GROUP_NAME - Field in Finder
FinderController - Class in griffon.plugins.dialogs
@author Andres Almiray
finderController() - Method in Finder
FinderController() - Constructor in FinderController
FinderModel - Class in griffon.plugins.dialogs
@author Andres Almiray
finderModel() - Method in Finder
FinderModel() - Constructor in FinderModel
FinderView - Class in griffon.plugins.dialogs
@author Andres Almiray
FinderView.ComboBoxUpdater - Class in griffon.plugins.dialogs
FinderView.ComboBoxUpdater(JComboBox, RunnableWithArgs) - Constructor in FinderView.ComboBoxUpdater
FinderView() - Constructor in FinderView
findIt(JComponent) - Method in Finder
findNext(JComponent) - Method in Finder
findNext(ActionEvent) - Method in FinderController
findNextButton - Field in FinderView
findPrevious(JComponent) - Method in Finder
findPrevious(ActionEvent) - Method in FinderController

G

getBuilder() - Method in DialogController
getController() - Method in FinderView
getDialogKey() - Method in AbstractDialogModel
getDialogKey() - Method in FinderModel
getDialogTitle() - Method in AbstractDialogModel
getDialogTitle() - Method in FinderModel
getEndIndex() - Method in RegExReplaceInfo
Returns the end index of the matched text.
getFindInText(JTextComponent, int, boolean) - Method in JTextComponentSearcher
Returns the text in which to search, as a string.
getHeight() - Method in AbstractDialogModel
getInstance() - Method in Finder
getMatchedText() - Method in RegExReplaceInfo
Returns the text that matched the regular expression.
getMatches(Matcher, String) - Method in JTextComponentSearcher
This method is called internally by getNextMatchPosRegExImpl and is used to get the locations of all regular-expression matches, and possibly their replacement strings.
getModel() - Method in DialogController
getModel() - Method in FinderView
getNextMatchPos(String, String, boolean, boolean, boolean) - Method in JTextComponentSearcher
Searches searchIn for an occurrence of searchFor either forwards or backwards, matching case or not.
getNextMatchPosImpl(String, String, boolean, boolean, boolean) - Method in JTextComponentSearcher
Actually does the work of matching; assumes searchFor and searchIn are already upper/lower-cased appropriately.
getNextMatchPosRegEx(String, CharSequence, boolean, boolean, boolean) - Method in JTextComponentSearcher
Searches searchIn for an occurrence of regEx either forwards or backwards, matching case or not.
getNextMatchPosRegExImpl(String, CharSequence, boolean, boolean, boolean, String) - Method in JTextComponentSearcher
Searches searchIn for an occurrence of regEx either forwards or backwards, matching case or not.
getOutput() - Method in FinderModel
getRecentFinds() - Method in FinderModel
getRecentReplacements() - Method in FinderModel
getRegExReplaceInfo(String, String, boolean, boolean, boolean, String) - Method in JTextComponentSearcher
Returns information on how to implement a regular expression "replace" action in the specified text with the specified replacement string.
getReplacement() - Method in RegExReplaceInfo
Returns the string to replaced the matched text with.
getReplacementText(Matcher, CharSequence) - Method in JTextComponentSearcher
Called internally by getMatches().
getReplaceWith() - Method in FinderModel
getStartIndex() - Method in RegExReplaceInfo
Returns the start index of the matched text.
getSubject() - Method in FinderModel
getTitle() - Method in AbstractDialogModel
getToFind() - Method in FinderModel
getWidth() - Method in AbstractDialogModel

H

height - Field in AbstractDialogModel
hide(ActionEvent) - Method in DialogController

I

initialize(JComponent) - Method in Finder
INSTANCE - Field in Finder
isCenter() - Method in AbstractDialogModel
isEnterTyped() - Method in FinderModel
isMatchCase() - Method in FinderModel
isModal() - Method in AbstractDialogModel
isRegex() - Method in FinderModel
isResizable() - Method in AbstractDialogModel
isWholeWord() - Method in FinderModel
isWholeWord(CharSequence, int, int) - Method in JTextComponentSearcher
Returns whether the characters on either side of substr(searchIn,startPos,startPos+searchStringLength) are whitespace.
itemStateChanged(ItemEvent) - Method in FinderView.ComboBoxUpdater

J

JTextComponentSearcher - Class in org.codehaus.griffon.runtime.search
Implementation of the Searcher interface that targets JTextComponent.
JTextComponentSearcher() - Constructor in JTextComponentSearcher
Private constructor to prevent instantiation.

K

KEY_ENTER_TYPED - Field in FinderModel
KEY_MATCH_CASE - Field in FinderModel
KEY_MATCHES - Field in FinderController
KEY_NOT_FOUND - Field in FinderController
KEY_NOTHING - Field in FinderController
KEY_OUTPUT - Field in FinderModel
KEY_REGEX - Field in FinderModel
KEY_REPLACE_WITH - Field in FinderModel
KEY_TO_FIND - Field in FinderModel
KEY_WHOLE_WORLD - Field in FinderModel
keyPressed(KeyEvent) - Method in FinderView.ComboBoxUpdater
keyReleased(KeyEvent) - Method in FinderView.ComboBoxUpdater
keyTyped(KeyEvent) - Method in FinderView.ComboBoxUpdater

L

loadSearchers() - Method in Finder
LOG - Field in Finder

M

makeMarkAndDotEqual(JTextComponent, boolean) - Method in JTextComponentSearcher
Makes the caret's dot and mark the same location so that, for the next search in the specified direction, a match will be found even if it was within the original dot and mark's selection.
matchCase - Field in FinderModel
matchedText - Field in RegExReplaceInfo
MAX_ENTRIES - Field in FinderModel
modal - Field in AbstractDialogModel
model - Field in DialogController
model() - Method in FinderController
model - Field in FinderView
msg(String, Object, String) - Method in FinderController
msg(String, Object, String) - Method in FinderView
MSG_NOT_FOUND - Field in FinderController
MSG_NOTHING - Field in FinderController
MSG_REPLACED - Field in FinderController
mvcGroupInit(Map) - Method in AbstractDialogModel
mvcGroupInit(Map) - Method in FinderModel
mvcGroupInit(Map) - Method in FinderView

N


O

output - Field in FinderModel

P

placeDialog(Window, JDialog) - Method in DialogController
processURL(URL, ConfigSlurper) - Method in Finder

Q


R

recentFinds - Field in FinderModel
recentReplacements - Field in FinderModel
regex - Field in FinderModel
regexReplace(JComponent, String, String, boolean, boolean, boolean) - Method in JTextComponentSearcher
Finds the next instance of the regular expression specified from the caret position.
RegExReplaceInfo - Class in org.codehaus.griffon.runtime.search
Information on how to implement a regular expression "replace" operation.
RegExReplaceInfo(String, int, int, String) - Constructor in RegExReplaceInfo
Constructor.
registerSearcher(Class, Class) - Method in Finder
replace(JComponent) - Method in Finder
replace(ActionEvent) - Method in FinderController
replace(JComponent, String, String, boolean, boolean, boolean, boolean) - Method in JTextComponentSearcher
Finds the next instance of the text/regular expression specified from the caret position.
replace(JComponent, String, String, boolean, boolean, boolean, boolean) - Method in Searcher
replaceAll(JComponent) - Method in Finder
replaceAll(ActionEvent) - Method in FinderController
replaceAll(JComponent, String, String, boolean, boolean, boolean) - Method in JTextComponentSearcher
Replaces all instances of the text/regular expression specified in the specified document with the specified replacement.
replaceAll(JComponent, String, String, boolean, boolean, boolean) - Method in Searcher
replacement - Field in RegExReplaceInfo
replaceWith - Field in FinderModel
resizable - Field in AbstractDialogModel

S

Searcher - Interface in griffon.plugin.dialogs
@author Andres Almiray
searcherClassRegistry - Field in Finder
searcherFor(JComponent) - Method in Finder
searcherInstanceCache - Field in Finder
selectAndPossiblyCenter(JTextComponent, int, int) - Method in JTextComponentSearcher
Selects a range of text in a text component.
setBuilder(FactoryBuilderSupport) - Method in DialogController
setCenter(boolean) - Method in AbstractDialogModel
setController(FinderController) - Method in FinderView
setEnterTyped(boolean) - Method in FinderModel
setHeight(int) - Method in AbstractDialogModel
setMatchCase(boolean) - Method in FinderModel
setModal(boolean) - Method in AbstractDialogModel
setModel(AbstractDialogModel) - Method in DialogController
setModel(FinderModel) - Method in FinderView
setOutput(String) - Method in FinderModel
setRegex(boolean) - Method in FinderModel
setReplaceWith(String) - Method in FinderModel
setResizable(boolean) - Method in AbstractDialogModel
setSubject(JComponent) - Method in FinderModel
setTitle(String) - Method in AbstractDialogModel
setToFind(String) - Method in FinderModel
setWholeWord(boolean) - Method in FinderModel
setWidth(int) - Method in AbstractDialogModel
show(Window) - Method in DialogController
startIndex - Field in RegExReplaceInfo
subject - Field in FinderModel

T

title - Field in AbstractDialogModel
toFind - Field in FinderModel

U

update(KeyEvent) - Method in FinderView.ComboBoxUpdater
updateList(String, EventList) - Method in FinderModel
updateRecentFinds() - Method in FinderModel
updateRecentReplacements() - Method in FinderModel

V


W

wholeWord - Field in FinderModel
width - Field in AbstractDialogModel

X


Y


Z


_


Groovy Documentation