Package com.iizigo.handler
Class SelectAll
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.iizigo.handler.SelectAll
The Select All handler.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionstatic CommandContributionItem
create
(IServiceLocator serviceLocator, ImageRegistry ir) Creates the Command Contribution item.execute
(ExecutionEvent event) Performs the operation.static SelectAll
Gets the instance of the handler.void
setEnabled
(Object evaluationContext) Called by the framework to allow the handler to update its enabled state by extracting the same information available at execution time.Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.commands.IHandler
getHandlerLabel
Field Details
ID
The ID, same as class name.
Constructor Details
SelectAll
public SelectAll()Constructor.
Method Details
getInstance
Gets the instance of the handler.create
Creates the Command Contribution item.setEnabled
Called by the framework to allow the handler to update its enabled state by extracting the same information available at execution time.- Specified by:
setEnabled
in interfaceIHandler2
- Overrides:
setEnabled
in classAbstractHandler
- Parameters:
evaluationContext
- The application context. May benull
.
execute
Performs the operation.- Throws:
ExecutionException