public class PatternUnregistrationHandler
extends org.eclipse.core.commands.AbstractHandler
| Constructor and Description |
|---|
PatternUnregistrationHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
void |
unregisterPattern(QueryExplorer queryExplorer,
java.lang.String fqn)
Unregisters the given pattern both from the QueryExplorer and the Pattern Registry.
|
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabledpublic java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionExceptionpublic void unregisterPattern(QueryExplorer queryExplorer, java.lang.String fqn)
fqn - the fully qualified name of the pattern