C E F G I N P Q R S U X

F

Filter - class net.sf.eclipseexeditor.textfilter.Filter.
Filter runs a Unix style filter on an input string, returning the result as a String.
Filter(String) - Constructor for class net.sf.eclipseexeditor.textfilter.Filter
Construct a Filter that will run the filter command.
FilterActionDelegate - class net.sf.eclipseexeditor.actions.FilterActionDelegate.
Eclipse action for running a (Unix-like) command filter over the selected text.
FilterActionDelegate() - Constructor for class net.sf.eclipseexeditor.actions.FilterActionDelegate
Default Constructor for FilterActionDelegate
FilterCommandUI - class net.sf.eclipseexeditor.FilterCommandUI.
Eclipse user interface support for running filters over regions of text.
FilterCommandUI() - Constructor for class net.sf.eclipseexeditor.FilterCommandUI
Construct a new instance of the FilterUI class
FilterException - exception net.sf.eclipseexeditor.textfilter.FilterException.
Indicates an exception occurred executing a filter or reading the output of a filter.
FilterException(String, String, Throwable) - Constructor for class net.sf.eclipseexeditor.textfilter.FilterException
Construct a new FilterException
FilterException(String, int, Throwable) - Constructor for class net.sf.eclipseexeditor.textfilter.FilterException
Construct a new instance of the FilterException class
filter(IProgressMonitor, String) - Method in class net.sf.eclipseexeditor.actions.FilterActionDelegate
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.
filter(IProgressMonitor, String) - Method in class net.sf.eclipseexeditor.actions.QuoteXMLFilterActionDelegate
Filter the selectedText by quoting XML special characters, replacing them with the corresponding XML entities.
filter(IProgressMonitor, String) - Method in class net.sf.eclipseexeditor.actions.UnQuoteXMLFilterActionDelegate
Filter the selectedText by unquoting XML special characters, replacing XML entities with the corresponding characters.
finishFilterMonitor() - Method in class net.sf.eclipseexeditor.textfilter.Filter
Called when the filter process finishes running.
finishProgess() - Method in class net.sf.eclipseexeditor.ProgressFilter
 

C E F G I N P Q R S U X