Package | Description |
---|---|
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.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionException
Signals that an exception occured during the execution of a command.
|
class |
NotEnabledException
Signals that an attempt was made to execute a command that is not enabled.
|
class |
NotHandledException
Signals that an attempt was made to access the properties of an unhandled
object.
|
class |
ParameterValueConversionException
Signals that a problem occurred while converting a command parameter value
from string to object, or object to string.
|
class |
ParameterValuesException
Signals that a problem has occurred while trying to create an instance of
IParameterValues . |
class |
SerializationException
Signals that an exception occured while serializing a
ParameterizedCommand to a string or deserializing a String to a
ParameterizedCommand . |
Modifier and Type | Class and Description |
---|---|
class |
NotDefinedException
Signals that an attempt was made to access the properties of an undefined
object.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandNotMappedException
Indicates that an action has no command mapping.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.