Class AddBreakpointsUsingSelectionHandler

  • 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 Detail

      • AddBreakpointsUsingSelectionHandler

        public AddBreakpointsUsingSelectionHandler()
    • Method Detail

      • 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.