Uses of Class
org.eclipse.core.commands.NotEnabledException
Package
Description
Application programming interfaces for commands and handlers.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides support for integrating handlers into the Eclipse workbench.
-
Uses of NotEnabledException in org.eclipse.core.commands
Modifier and TypeMethodDescriptionvoid
CommandManager.fireNotEnabled
(String commandId, NotEnabledException exception) Fires thenotEnabled
event forexecutionListeners
.void
IExecutionListenerWithChecks.notEnabled
(String commandId, NotEnabledException exception) Notifies the listener that an attempt was made to execute a command that is disabled.Modifier and TypeMethodDescriptionCommand.executeWithChecks
(ExecutionEvent event) Executes this command by delegating to the current handler, if any.ParameterizedCommand.executeWithChecks
(Object trigger, Object applicationContext) Executes this command with its parameters. -
Uses of NotEnabledException in org.eclipse.jface.action
Modifier and TypeMethodDescriptionvoid
ExternalActionManager.CommandCallback.notEnabled
(IAction action, NotEnabledException exception) void
ExternalActionManager.IExecuteCallback.notEnabled
(IAction action, NotEnabledException exception) Fires aNotEnabledException
because the action was not enabled. -
Uses of NotEnabledException in org.eclipse.ui.handlers
Modifier and TypeMethodDescriptionIHandlerService.executeCommand
(String commandId, Event event) Executes the command with the given identifier and no parameters.IHandlerService.executeCommand
(ParameterizedCommand command, Event event) Executes the given parameterized command.IHandlerService.executeCommandInContext
(ParameterizedCommand command, Event event, IEvaluationContext context) Executes the given parameterized command in the provided context.