Uses of Class
com._1c.g5.aef2.standard.events.HotkeyExecutionEvent
-
Packages that use HotkeyExecutionEvent Package Description com._1c.g5.v8.dt.ui.aef.lwt.views com._1c.g5.v8.dt.ui.aef.swt.views -
-
Uses of HotkeyExecutionEvent in com._1c.g5.v8.dt.ui.aef.lwt.views
Methods in com._1c.g5.v8.dt.ui.aef.lwt.views with parameters of type HotkeyExecutionEvent Modifier and Type Method Description protected void
AbstractDtComboView. processHotkeyExecution(HotkeyExecutionEvent event, LightEditorBar<LightText> lightControl, VM viewModel)
protected void
AbstractDtSelectView. processHotkeyExecution(HotkeyExecutionEvent event, LightEditorBar<LC> lightControl, VM viewModel)
-
Uses of HotkeyExecutionEvent in com._1c.g5.v8.dt.ui.aef.swt.views
Methods in com._1c.g5.v8.dt.ui.aef.swt.views with parameters of type HotkeyExecutionEvent Modifier and Type Method Description protected void
AbstractDtSelectView. processHotkeyExecution(HotkeyExecutionEvent event, NC nativeControl, VM viewModel)
protected void
DtComboSelectView. processHotkeyExecution(HotkeyExecutionEvent event, ValueComboChooser nativeControl, ComboSelectViewModel viewModel)
protected void
DtEditableComboView. processHotkeyExecution(HotkeyExecutionEvent event, ValueComboChooser nativeControl, EditableComboViewModel viewModel)
-