Class AddBreakpointsUsingSelectionHandler

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class AddBreakpointsUsingSelectionHandler extends AddEventBreakpointsHandler
Handler for "Add Event Breakpoints -> Using Selection" command. Opens "Set Events Breakpoints" dialog. Preconfigures checked elements using selection.
  • Constructor Details

    • AddBreakpointsUsingSelectionHandler

      public AddBreakpointsUsingSelectionHandler()
  • Method Details

    • getInitialCheckedItems

      protected EventHandlersFilter getInitialCheckedItems(org.eclipse.core.commands.ExecutionEvent event)
      Description copied from class: AddEventBreakpointsHandler
      Returns items which should be checked after dialog opens. (items from filter source collection will be checked in source panel, items from events collection will be checked in events panel, items from handlers collection will be checked in handlers panel)
      Overrides:
      getInitialCheckedItems in class AddEventBreakpointsHandler
      Parameters:
      event - - event. Can't be null.
      Returns:
      items which should be checked after dialog opens. Can be null.