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.actions
Methods in org.eclipse.gef.ui.actions that return ActionRegistryModifier and TypeMethodDescriptionprotected ActionRegistry
ActionBarContributor.getActionRegistry()
returns this contributor's ActionRegsitry. -
Uses of ActionRegistry in org.eclipse.gef.ui.parts
Methods in org.eclipse.gef.ui.parts that return ActionRegistryModifier and TypeMethodDescriptionprotected ActionRegistry
GraphicalEditor.getActionRegistry()
Lazily creates and returns the action registry.Methods in org.eclipse.gef.ui.parts with parameters of type ActionRegistryModifier and TypeMethodDescriptionprotected void
GraphicalEditor.setActionRegistry
(ActionRegistry registry) Sets the ActionRegistry for this EditorPart.