com.aptana.ide.editors.views.actions
Class ActionKeyCommandHandler
java.lang.Object
com.aptana.ide.editors.views.actions.ActionKeyCommandHandler
- All Implemented Interfaces:
- org.eclipse.core.commands.IHandler
public class ActionKeyCommandHandler
- extends java.lang.Object
- implements org.eclipse.core.commands.IHandler
- Author:
- Paul Colton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionKeyCommandHandler
public ActionKeyCommandHandler()
addHandlerListener
public void addHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
- Specified by:
addHandlerListener in interface org.eclipse.core.commands.IHandler
- See Also:
IHandler.addHandlerListener(org.eclipse.core.commands.IHandlerListener)
dispose
public void dispose()
- Specified by:
dispose in interface org.eclipse.core.commands.IHandler
- See Also:
IHandler.dispose()
execute
public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
throws org.eclipse.core.commands.ExecutionException
- Specified by:
execute in interface org.eclipse.core.commands.IHandler
- Throws:
org.eclipse.core.commands.ExecutionException- See Also:
IHandler.execute(org.eclipse.core.commands.ExecutionEvent)
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface org.eclipse.core.commands.IHandler
- See Also:
IHandler.isEnabled()
isHandled
public boolean isHandled()
- Specified by:
isHandled in interface org.eclipse.core.commands.IHandler
- See Also:
IHandler.isHandled()
removeHandlerListener
public void removeHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
- Specified by:
removeHandlerListener in interface org.eclipse.core.commands.IHandler
- See Also:
IHandler.removeHandlerListener(org.eclipse.core.commands.IHandlerListener)