Uses of Class
org.eclipse.core.commands.common.HandleObjectManager
-
Packages that use HandleObjectManager Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers.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). -
-
Uses of HandleObjectManager in org.eclipse.core.commands
Subclasses of HandleObjectManager in org.eclipse.core.commands Modifier and Type Class Description class
CommandManager
A central repository for commands -- both in the defined and undefined states. -
Uses of HandleObjectManager in org.eclipse.core.commands.contexts
Subclasses of HandleObjectManager in org.eclipse.core.commands.contexts Modifier and Type Class Description class
ContextManager
A context manager tracks the sets of defined and enabled contexts within the application. -
Uses of HandleObjectManager in org.eclipse.jface.bindings
Subclasses of HandleObjectManager in org.eclipse.jface.bindings Modifier and Type Class Description class
BindingManager
A central repository for bindings -- both in the defined and undefined states.
-