Class CloseAllHandler
Closes all active editors
Replacement for CloseAllAction
- Since:
- 3.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ExecutionEvent event) Executes with the map of parameter values by name.protected ExpressionMethods inherited from class AbstractEvaluationHandler
dispose, getEvaluationService, registerEnablementMethods inherited from class AbstractEnabledHandler
isEnabled, setEnabledMethods inherited from class AbstractHandler
addHandlerListener, fireHandlerChanged, hasListeners, isHandled, removeHandlerListener, setBaseEnabled, setEnabledMethods inherited from class EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IHandler
getHandlerLabel
-
Constructor Details
-
CloseAllHandler
public CloseAllHandler()
-
-
Method Details
-
execute
Description 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 benull.- Returns:
- the result of the execution. Reserved for future use, must be
null. - Throws:
ExecutionException- if an exception occurred during execution.
-
getEnabledWhenExpression
- Specified by:
getEnabledWhenExpressionin classAbstractEvaluationHandler
-