Class AddBreakpointsUsingSelectionHandler
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- com._1c.g5.v8.dt.eventhandlers.ui.handlers.AbstractEventHandlersHandler
-
- com._1c.g5.v8.dt.eventhandlers.ui.handlers.AddEventBreakpointsHandler
-
- com._1c.g5.v8.dt.eventhandlers.ui.handlers.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 Summary
Constructors Constructor Description AddBreakpointsUsingSelectionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EventHandlersFilter
getInitialCheckedItems(org.eclipse.core.commands.ExecutionEvent event)
Returns items which should be checked after dialog opens.-
Methods inherited from class com._1c.g5.v8.dt.eventhandlers.ui.handlers.AddEventBreakpointsHandler
execute
-
Methods inherited from class com._1c.g5.v8.dt.eventhandlers.ui.handlers.AbstractEventHandlersHandler
getActiveEventHandlersEditor, getBaseConfiguration
-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
-
-
-
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 classAddEventBreakpointsHandler
- Parameters:
event
- - event. Can't benull
.- Returns:
- items which should be checked after dialog opens. Can be
null
.
-
-