Package org.eclipse.ui.texteditor
Class TextZoomOutHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
org.eclipse.ui.texteditor.TextZoomOutHandler
- Restriction:
- This class is not intended to be referenced by clients.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionexecute(ExecutionEvent event) Executes with the map of parameter values by name.voidsetEnabled(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.AbstractHandleraddHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabledMethods inherited from class org.eclipse.core.commands.common.EventManageraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.commands.IHandlergetHandlerLabel
- 
Constructor Details- 
TextZoomOutHandlerpublic TextZoomOutHandler()
 
- 
- 
Method Details- 
executeDescription copied from interface:IHandlerExecutes with the map of parameter values by name.- Parameters:
- event- An event containing all the information about the current state of the application; must not be- null.
- Returns:
- the result of the execution. Reserved for future use, must be
         null.
- Throws:
- ExecutionException- if an exception occurred during execution.
 
- 
setEnabledDescription copied from class:AbstractHandlerCalled by the framework to allow the handler to update its enabled state by extracting the same information available at execution time. Clients may override if they need to extract information from the application context.- Specified by:
- setEnabledin interface- IHandler2
- Overrides:
- setEnabledin class- AbstractHandler
- Parameters:
- evaluationContext- the application context. May be- null
- See Also:
 
 
-