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

Packages that use EventManager
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. 
 

Uses of EventManager in org.eclipse.core.commands
 

Subclasses of EventManager in org.eclipse.core.commands
 class AbstractHandler
           This class is a partial implementation of IHandler.
 class AbstractHandlerWithState
           An abstract implementation of IObjectWithState.
 class Category
           A logical group for a set of commands.
 class Command
           A command is an abstract representation for some semantic behaviour.
 class CommandManager
           A central repository for commands -- both in the defined and undefined states.
 class ParameterType
           Provides information about the type of a command parameter.
 class State
           A piece of state information that can be shared between objects, and might be persisted between sessions.
 

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

Subclasses of EventManager in org.eclipse.core.commands.common
 class HandleObject
           An object that can exist in one of two states: defined and undefined.
 class HandleObjectManager
           A manager of HandleObject instances.
 class NamedHandleObject
          A handle object that carries with it a name and a description.
 

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

Subclasses of EventManager in org.eclipse.core.commands.contexts
 class Context
           A context is an answer to the question "when".
 class ContextManager
           A context manager tracks the sets of defined and enabled contexts within the application.