|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FilterException | |
| net.sf.eclipseexeditor.actions | |
| net.sf.eclipseexeditor.textfilter | |
| Uses of FilterException in net.sf.eclipseexeditor.actions |
| Methods in net.sf.eclipseexeditor.actions that throw FilterException | |
protected String |
FilterActionDelegate.filter(IProgressMonitor monitor,
String selectedText)
Prompt for a filter command with a dialog and run a filter on the selected text This command also saves the filter command for use next time this method is invoked. |
| Uses of FilterException in net.sf.eclipseexeditor.textfilter |
| Methods in net.sf.eclipseexeditor.textfilter that throw FilterException | |
String[] |
Filter.run(String[] lines)
Run the filter over an array of strings, returning an array of text lines as the result |
String |
Filter.run(String text)
Run the filter on text and return the filtered output. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||