public class SpringCommandHandler
extends java.lang.Object
implements org.eclipse.core.commands.IHandler
| Constructor and Description |
|---|
SpringCommandHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener) |
void |
dispose() |
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
boolean |
isEnabled() |
boolean |
isHandled() |
void |
removeHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener) |
public void addHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
addHandlerListener in interface org.eclipse.core.commands.IHandlerpublic void dispose()
dispose in interface org.eclipse.core.commands.IHandlerpublic java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
throws org.eclipse.core.commands.ExecutionException
execute in interface org.eclipse.core.commands.IHandlerorg.eclipse.core.commands.ExecutionExceptionpublic boolean isEnabled()
isEnabled in interface org.eclipse.core.commands.IHandlerpublic boolean isHandled()
isHandled in interface org.eclipse.core.commands.IHandlerpublic void removeHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
removeHandlerListener in interface org.eclipse.core.commands.IHandlerCopyright © 2007–2020. All rights reserved.