Eclipse Platform
Release 3.3

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

Packages that use NotEnabledException
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench. 
 

Uses of NotEnabledException in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type NotEnabledException
 void IExecutionListenerWithChecks.notEnabled(String commandId, NotEnabledException exception)
          Notifies the listener that an attempt was made to execute a command that is disabled.
 

Methods in org.eclipse.core.commands that throw NotEnabledException
 Object ParameterizedCommand.executeWithChecks(Object trigger, Object applicationContext)
          Executes this command with its parameters.
 Object Command.executeWithChecks(ExecutionEvent event)
          Executes this command by delegating to the current handler, if any.
 

Uses of NotEnabledException in org.eclipse.ui.handlers
 

Methods in org.eclipse.ui.handlers that throw NotEnabledException
 Object IHandlerService.executeCommand(String commandId, Event event)
          Executes the command with the given identifier and no parameters.
 Object IHandlerService.executeCommand(ParameterizedCommand command, Event event)
          Executes the given parameterized command.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.