Uses of Interface
org.eclipse.ui.IObjectActionDelegate
-
Packages that use IObjectActionDelegate Package Description org.eclipse.debug.internal.ui.actions.breakpoints org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications. -
-
Uses of IObjectActionDelegate in org.eclipse.debug.internal.ui.actions.breakpoints
Classes in org.eclipse.debug.internal.ui.actions.breakpoints with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IObjectActionDelegate Modifier and Type Class Description class
org.eclipse.debug.internal.ui.actions.breakpoints.ToggleBreakpointObjectActionDelegate
A toggle breakpoint action that can be contributed to an object. -
Uses of IObjectActionDelegate in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IObjectActionDelegate Modifier and Type Class Description class
AddMemoryRenderingActionDelegate
A cascade menu to add a memory rendering to the memory view.class
ContextualLaunchAction
An action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.class
ToggleMethodBreakpointActionDelegate
A toggle method breakpoint action that can be contributed an object contribution.class
ToggleWatchpointActionDelegate
A toggle watchpoint action that can be contributed an object contribution.
-