|
Eclipse Platform Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotHandledException | |
---|---|
org.eclipse.core.commands | Application programming interfaces for commands and handlers. |
org.eclipse.ui.commands | |
org.eclipse.ui.handlers | Provides support for integrating handlers into the Eclipse workbench. |
Uses of NotHandledException in org.eclipse.core.commands |
---|
Methods in org.eclipse.core.commands with parameters of type NotHandledException | |
---|---|
void |
IExecutionListener.notHandled(java.lang.String commandId,
NotHandledException exception)
Notifies the listener that an attempt was made to execute a command with no handler. |
Methods in org.eclipse.core.commands that throw NotHandledException | |
---|---|
java.lang.Object |
Command.execute(ExecutionEvent event)
Deprecated. Please use Command.executeWithChecks(ExecutionEvent)
instead. |
java.lang.Object |
ParameterizedCommand.execute(java.lang.Object trigger,
java.lang.Object applicationContext)
Deprecated. Please use ParameterizedCommand.executeWithChecks(Object, Object)
instead. |
java.lang.Object |
Command.executeWithChecks(ExecutionEvent event)
Executes this command by delegating to the current handler, if any. |
java.lang.Object |
ParameterizedCommand.executeWithChecks(java.lang.Object trigger,
java.lang.Object applicationContext)
Executes this command with its parameters. |
Uses of NotHandledException in org.eclipse.ui.commands |
---|
Constructors in org.eclipse.ui.commands with parameters of type NotHandledException | |
---|---|
NotHandledException(NotHandledException e)
Deprecated. Constructs a legacy NotHandledException based on the new
NotHandledException |
Uses of NotHandledException in org.eclipse.ui.handlers |
---|
Methods in org.eclipse.ui.handlers that throw NotHandledException | |
---|---|
java.lang.Object |
IHandlerService.executeCommand(ParameterizedCommand command,
Event event)
Executes the given parameterized command. |
java.lang.Object |
IHandlerService.executeCommand(java.lang.String commandId,
Event event)
Executes the command with the given identifier and no parameters. |
|
Eclipse Platform Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.