Package groovy.ui.text
Class FindReplaceUtility
- java.lang.Object
- 
- groovy.ui.text.FindReplaceUtility
 
- 
 @Deprecated public final class FindReplaceUtility extends Object Deprecated.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCLOSE_ACTION_COMMANDDeprecated.static ActionFIND_ACTIONDeprecated.static StringFIND_ACTION_COMMANDDeprecated.static StringREPLACE_ACTION_COMMANDDeprecated.static StringREPLACE_ALL_ACTION_COMMANDDeprecated.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidaddTextListener(TextListener tl)Deprecated.static voiddispose()Deprecated.static StringgetLastAction()Deprecated.static intgetReplacementCount()Deprecated.static StringgetSearchText()Deprecated.static voidregisterTextComponent(JTextComponent textComponent)Deprecated.static voidremoveTextListener(TextListener tl)Deprecated.static voidshowDialog()Deprecated.static voidshowDialog(boolean isReplace)Deprecated.static voidunregisterTextComponent(JTextComponent textComponent)Deprecated.
 
- 
- 
- 
Field Detail- 
FIND_ACTION_COMMANDpublic static final String FIND_ACTION_COMMAND Deprecated.- See Also:
- Constant Field Values
 
 - 
REPLACE_ACTION_COMMANDpublic static final String REPLACE_ACTION_COMMAND Deprecated.- See Also:
- Constant Field Values
 
 - 
REPLACE_ALL_ACTION_COMMANDpublic static final String REPLACE_ALL_ACTION_COMMAND Deprecated.- See Also:
- Constant Field Values
 
 - 
CLOSE_ACTION_COMMANDpublic static final String CLOSE_ACTION_COMMAND Deprecated.- See Also:
- Constant Field Values
 
 - 
FIND_ACTIONpublic static final Action FIND_ACTION Deprecated.
 
- 
 - 
Method Detail- 
addTextListenerpublic static void addTextListener(TextListener tl) Deprecated.
 - 
getLastActionpublic static String getLastAction() Deprecated.- Returns:
- the last action
 
 - 
getReplacementCountpublic static int getReplacementCount() Deprecated.- Returns:
- the replacement count
 
 - 
getSearchTextpublic static String getSearchText() Deprecated.- Returns:
- the search text
 
 - 
registerTextComponentpublic static void registerTextComponent(JTextComponent textComponent) Deprecated.- Parameters:
- textComponent- the text component to listen to
 
 - 
removeTextListenerpublic static void removeTextListener(TextListener tl) Deprecated.
 - 
showDialogpublic static void showDialog() Deprecated.
 - 
showDialogpublic static void showDialog(boolean isReplace) Deprecated.- Parameters:
- isReplace- show a replace dialog rather than a find dialog if true
 
 - 
unregisterTextComponentpublic static void unregisterTextComponent(JTextComponent textComponent) Deprecated.- Parameters:
- textComponent- the text component to stop listening to
 
 - 
disposepublic static void dispose() Deprecated.
 
- 
 
-