|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.eclipseexeditor.FilterCommandUI
Eclipse user interface support for running filters over regions of text.
Constructor Summary | |
FilterCommandUI()
Construct a new instance of the FilterUI class |
Method Summary | |
static String |
readFilter(String lastFilter)
Open a dialog to read the command filter to execute on the selected text. |
static void |
reportFilterException(Exception ex,
String filterCommand)
Report an excepetion running a filter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterCommandUI()
Method Detail |
public static String readFilter(String lastFilter)
lastFilter
- the last filter the user used.
public static void reportFilterException(Exception ex, String filterCommand)
ex
- the exception that was caughtfilterCommand
- the command string associated with the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |