| java.lang.Object workbench.gui.components.TableReplacer
Method Summary | |
public int | find() | public int | findFirst(String text, boolean ignoreCase, boolean wholeWord, boolean useRegex) Called by the ReplacePanel. | public int | findNext() | public FindDataAction | getFindAction() | public FindDataAgainAction | getFindAgainAction() | public ReplaceDataAction | getReplaceAction() | protected void | highlightPosition(Position pos) | protected void | initTableHighlighter(String criteria, boolean ignoreCase, boolean useRegex) | public boolean | isTextSelected() | public void | replace() | public int | replaceAll(String value, String replacement, boolean selectedText, boolean ignoreCase, boolean wholeWord, boolean useRegex) | public boolean | replaceCurrent(String aReplacement, boolean useRegex) | public boolean | replaceNext(String aReplacement, boolean useRegex) | public void | tableChanged(TableModelEvent arg0) |
findFirst | public int findFirst(String text, boolean ignoreCase, boolean wholeWord, boolean useRegex)(Code) | | Called by the ReplacePanel.
|
findNext | public int findNext()(Code) | | |
initTableHighlighter | protected void initTableHighlighter(String criteria, boolean ignoreCase, boolean useRegex)(Code) | | |
isTextSelected | public boolean isTextSelected()(Code) | | |
replace | public void replace()(Code) | | |
replaceAll | public int replaceAll(String value, String replacement, boolean selectedText, boolean ignoreCase, boolean wholeWord, boolean useRegex)(Code) | | |
replaceCurrent | public boolean replaceCurrent(String aReplacement, boolean useRegex)(Code) | | |
replaceNext | public boolean replaceNext(String aReplacement, boolean useRegex)(Code) | | |
|
|