Starts executing a menu command in a separate thread.
(String name)
| 417 | |
| 418 | /** Starts executing a menu command in a separate thread. */ |
| 419 | void doCommand(String name) { |
| 420 | new Executer(name, null); |
| 421 | } |
| 422 | |
| 423 | public void runFilterPlugIn(Object theFilter, String cmd, String arg) { |
| 424 | new PlugInFilterRunner(theFilter, cmd, arg); |
no outgoing calls
no test coverage detected