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 classorg.eclipse.debug.internal.ui.actions.breakpoints.ToggleBreakpointObjectActionDelegateA 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 classAddMemoryRenderingActionDelegateA cascade menu to add a memory rendering to the memory view.classContextualLaunchActionAn action delegate that builds a context menu with applicable launch shortcuts for a specific launch mode.classToggleMethodBreakpointActionDelegateA toggle method breakpoint action that can be contributed an object contribution.classToggleWatchpointActionDelegateA toggle watchpoint action that can be contributed an object contribution.
-