Uses of Class
org.eclipse.gef.ui.actions.ActionRegistry
Packages that use ActionRegistry
Package
Description
This package support for using JFace Actions in your EditorPart.
- 
Uses of ActionRegistry in org.eclipse.gef.ui.actionsMethods in org.eclipse.gef.ui.actions that return ActionRegistryModifier and TypeMethodDescriptionprotected ActionRegistryActionBarContributor.getActionRegistry()returns this contributor's ActionRegsitry.
- 
Uses of ActionRegistry in org.eclipse.gef.ui.partsMethods in org.eclipse.gef.ui.parts that return ActionRegistryModifier and TypeMethodDescriptionprotected ActionRegistryGraphicalEditor.getActionRegistry()Lazily creates and returns the action registry.Methods in org.eclipse.gef.ui.parts with parameters of type ActionRegistryModifier and TypeMethodDescriptionprotected voidGraphicalEditor.setActionRegistry(ActionRegistry registry) Sets the ActionRegistry for this EditorPart.