| Modifiers | Name | Description | 
|---|---|---|
| static String | CLOSE_ACTION_COMMAND | |
| static Action | FIND_ACTION | |
| static String | FIND_ACTION_COMMAND | |
| static String | REPLACE_ACTION_COMMAND | |
| static String | REPLACE_ALL_ACTION_COMMAND | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static void | addTextListener(TextListener tl) | 
|  | static void | dispose() | 
|  | static String | getLastAction()@return the last action | 
|  | static int | getReplacementCount()@return the replacement count | 
|  | static String | getSearchText()@return the search text | 
|  | static void | registerTextComponent(JTextComponent textComponent)@param textComponent the text component to listen to | 
|  | static void | removeTextListener(TextListener tl) | 
|  | static void | showDialog() | 
|  | static void | showDialog(boolean isReplace)@param isReplace show a replace dialog rather than a find dialog if true | 
|  | static void | unregisterTextComponent(JTextComponent textComponent)@param textComponent the text component to stop listening to | 
textComponent -  the text component to listen to
isReplace -  show a replace dialog rather than a find dialog if true
textComponent -  the text component to stop listening to