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