Uses of Class
org.eclipse.emf.mwe.internal.ui.debug.breakpoint.actions.BreakpointActionGroup

Packages that use BreakpointActionGroup
org.eclipse.emf.mwe.internal.ui.debug.breakpoint.actions   
 

Uses of BreakpointActionGroup in org.eclipse.emf.mwe.internal.ui.debug.breakpoint.actions
 

Constructors in org.eclipse.emf.mwe.internal.ui.debug.breakpoint.actions with parameters of type BreakpointActionGroup
EnableDisableBreakpointAction(org.eclipse.ui.editors.text.TextEditor editor, BreakpointActionGroup group)
          Enable/Disable breakpoint action that can be used both at vertical ruler and editor context menu.
ToggleBreakpointAction(org.eclipse.ui.editors.text.TextEditor editor, BreakpointActionGroup group)