Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.commands.common.NotDefinedException

Packages that use NotDefinedException
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.core.commands.common Application programming interfaces for common base classes.  
org.eclipse.core.commands.contexts Application programming interfaces for contexts.  
org.eclipse.jface.bindings Provides support for bindings between commands and various user input events (e.g., keyboard shortcuts). 
org.eclipse.ui.commands   
org.eclipse.ui.contexts Provides support for integrating contexts into the Eclipse workbench. 
 

Uses of NotDefinedException in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that throw NotDefinedException
static Collection ParameterizedCommand.generateCombinations(Command command)
           Generates all the possible combinations of command parameterizations for the given command.
 String ParameterizedCommand.getName()
          Returns a human-readable representation of this command with all of its parameterizations.
 Category Command.getCategory()
          Returns the category for this command.
 IParameter[] Command.getParameters()
          Returns the parameters for this command.
 

Uses of NotDefinedException in org.eclipse.core.commands.common
 

Methods in org.eclipse.core.commands.common that throw NotDefinedException
 String NamedHandleObject.getDescription()
          Returns the description for this handle.
 String NamedHandleObject.getName()
          Returns the name for this handle.
 

Uses of NotDefinedException in org.eclipse.core.commands.contexts
 

Methods in org.eclipse.core.commands.contexts that throw NotDefinedException
 String Context.getParentId()
          Returns the identifier of the parent of this instance.
 

Uses of NotDefinedException in org.eclipse.jface.bindings
 

Methods in org.eclipse.jface.bindings that throw NotDefinedException
 String Scheme.getParentId()
           Returns the identifier of the parent of the scheme represented by this handle.
 void BindingManager.setActiveScheme(Scheme scheme)
           Selects one of the schemes as the active scheme.
 

Uses of NotDefinedException in org.eclipse.ui.commands
 

Constructors in org.eclipse.ui.commands with parameters of type NotDefinedException
NotDefinedException(NotDefinedException e)
          Deprecated. Constructs a legacy NotDefinedException based on the new NotDefinedException.
 

Uses of NotDefinedException in org.eclipse.ui.contexts
 

Constructors in org.eclipse.ui.contexts with parameters of type NotDefinedException
NotDefinedException(NotDefinedException e)
          Deprecated. Constructs a new instance of NotDefinedException.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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