Uses of Class
org.eclipse.core.commands.common.NamedHandleObject
Packages that use NamedHandleObject
Package
Description
Application programming interfaces for commands and handlers.
Application programming interfaces for common base classes.
Application programming interfaces for contexts.
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
-
Uses of NamedHandleObject in org.eclipse.core.commands
Subclasses of NamedHandleObject in org.eclipse.core.commands -
Uses of NamedHandleObject in org.eclipse.core.commands.common
Classes in org.eclipse.core.commands.common with type parameters of type NamedHandleObjectModifier and TypeClassDescriptionclassHandleObjectManager<T extends NamedHandleObject>A manager ofHandleObjectinstances. -
Uses of NamedHandleObject in org.eclipse.core.commands.contexts
Subclasses of NamedHandleObject in org.eclipse.core.commands.contextsModifier and TypeClassDescriptionfinal classA context is an answer to the question "when". -
Uses of NamedHandleObject in org.eclipse.jface.bindings
Subclasses of NamedHandleObject in org.eclipse.jface.bindingsModifier and TypeClassDescriptionfinal classAn instance ofISchemeis a handle representing a binding scheme as defined by the extension pointorg.eclipse.ui.bindings.