Package org.eclipse.core.commands.common
package org.eclipse.core.commands.common
Application programming interfaces for common base classes.
Package Specification
This package provides some common base classes and exceptions that are used in one or more packages elsewhere. Nothing in this package is intended to be directly subclassed, or used. The code here only supports code in other packages.
-
ClassDescriptionAn event that carries with it two or more boolean values.An event fired from a
NamedHandleObject
.An event fired from aNamedHandleObject
.Signals that an exception occured within the command architecture.A manager to which listeners can be attached.An object that can exist in one of two states: defined and undefined.HandleObjectManager<T extends NamedHandleObject>A manager ofHandleObject
instances.An object that is unique identifiable based on the combination of its class and its identifier.A handle object that carries with it a name and a description.Comparator for instances ofNamedHandleObject
for display to an end user.Signals that an attempt was made to access the properties of an undefined object.