Uses of Interface
org.eclipse.jface.action.ExternalActionManager.IBindingManagerCallback
-
Packages that use ExternalActionManager.IBindingManagerCallback Package Description org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. -
-
Uses of ExternalActionManager.IBindingManagerCallback in org.eclipse.jface.action
Classes in org.eclipse.jface.action that implement ExternalActionManager.IBindingManagerCallback Modifier and Type Class Description static class
ExternalActionManager.CommandCallback
A simple implementation of theICallback
mechanism that simply takes aBindingManager
and aCommandManager
.
-