Uses of Interface
org.eclipse.jface.action.ExternalActionManager.ICallback
Packages that use ExternalActionManager.ICallback
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
-
Uses of ExternalActionManager.ICallback in org.eclipse.jface.action
Subinterfaces of ExternalActionManager.ICallback in org.eclipse.jface.actionModifier and TypeInterfaceDescriptionstatic interface
A callback which communicates with the applications binding manager.Classes in org.eclipse.jface.action that implement ExternalActionManager.ICallbackModifier and TypeClassDescriptionstatic class
A simple implementation of theICallback
mechanism that simply takes aBindingManager
and aCommandManager
.Methods in org.eclipse.jface.action that return ExternalActionManager.ICallbackModifier and TypeMethodDescriptionExternalActionManager.getCallback()
An accessor for the current call back.Methods in org.eclipse.jface.action with parameters of type ExternalActionManager.ICallbackModifier and TypeMethodDescriptionvoid
ExternalActionManager.setCallback
(ExternalActionManager.ICallback callbackToUse) A mutator for the current call back