Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.core.commands.NotHandledException

Packages that use NotHandledException
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. 
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 ( 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
  Object Command. execute ( ExecutionEvent event)
          Deprecated. Please use Command.executeWithChecks(ExecutionEvent) instead.
  Object ParameterizedCommand. execute ( Object trigger, Object applicationContext)
          Deprecated. Please use ParameterizedCommand.executeWithChecks(Object, Object) instead.
  Object Command. executeWithChecks ( ExecutionEvent event)
          Executes this command by delegating to the current handler, if any.
  Object ParameterizedCommand. executeWithChecks ( Object trigger, 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
  Object IHandlerService. executeCommand ( ParameterizedCommand command, Event event)
          Executes the given parameterized command.
  Object IHandlerService. executeCommand ( String commandId, Event event)
          Executes the command with the given identifier and no parameters.
  Object IHandlerService. executeCommandInContext ( ParameterizedCommand command, Event event, IEvaluationContext context)
          Executes the given parameterized command in the provided context.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire