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

Packages that use NotEnabledException
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
 

Uses of NotEnabledException in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type NotEnabledException
 void CommandManager.fireNotEnabled(java.lang.String commandId, NotEnabledException exception)
          Fires the notEnabled event for executionListeners.
 void IExecutionListenerWithChecks.notEnabled(java.lang.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
 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.