| |
|
| java.lang.Object org.eclipse.ui.internal.handlers.LegacyHandlerWrapper
LegacyHandlerWrapper | final public class LegacyHandlerWrapper implements IHandler(Code) | | A handler that wraps a legacy handler. This provide backward compatibility
with the handlers release in Eclipse 3.0.
since: 3.1 |
LegacyHandlerWrapper | public LegacyHandlerWrapper(org.eclipse.ui.commands.IHandler handler)(Code) | | Constructs a new instance of HandlerWrapper .
Parameters: handler - The handler that should be wrapped; must not benull . |
addHandlerListener | final public void addHandlerListener(IHandlerListener handlerListener)(Code) | | |
dispose | final public void dispose()(Code) | | |
execute | final public Object execute(ExecutionEvent event) throws ExecutionException(Code) | | |
hashCode | final public int hashCode()(Code) | | |
isEnabled | final public boolean isEnabled()(Code) | | |
isHandled | final public boolean isHandled()(Code) | | |
removeHandlerListener | final public void removeHandlerListener(IHandlerListener handlerListener)(Code) | | |
|
|
|