Home
last modified time | relevance | path

Searched refs:KeyPressHandler (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/client/
H A DEventsHandler.java24 import com.google.gwt.event.dom.client.KeyPressHandler;
37 ClickHandler, KeyPressHandler {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DHyperlinkLabel.java21 import com.google.gwt.event.dom.client.KeyPressHandler;
101 public HandlerRegistration addKeyPressHandler(KeyPressHandler handler) { in addKeyPressHandler()
H A DAutocompleteComboBox.java25 import com.google.gwt.event.dom.client.KeyPressHandler;
143 public HandlerRegistration addKeyPressHandler(KeyPressHandler handler) in addKeyPressHandler()
H A DDataTableColumnWidget.java88 addKeyPressHandler(new KeyPressHandler() in init()
H A DFastSelectTable.java674 public HandlerRegistration addKeyPressHandler(KeyPressHandler handler) in addKeyPressHandler()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/history/view/
H A DHistoryTableWithToolbar.java21 import com.google.gwt.event.dom.client.KeyPressHandler;
134 public HandlerRegistration addKeyPressHandler(KeyPressHandler handler) in addKeyPressHandler()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dcursorkeys.py35 handler = gadgets.cursorkeys.KeyPressHandler()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/files/filedialog/
H A DFileBrowserWidget.java23 import com.google.gwt.event.dom.client.KeyPressHandler;
134 public void addKeyPressHandler(KeyPressHandler handler) in addKeyPressHandler()
/dports/www/falkon/falkon-3.2.0/src/plugins/PIM/
H A DPIM_plugin.cpp40 mApp->plugins()->registerAppEventHandler(PluginProxy::KeyPressHandler, this); in init()
/dports/misc/gpsim/gpsim-0.31.0/gui/
H A Dgui_src.h127 static gboolean KeyPressHandler(GtkTextView *pView, GdkEventKey *key,
218 static gboolean KeyPressHandler(GtkWidget *widget,
H A Dgui_src_asm.cc165 NSourcePage::KeyPressHandler(GtkTextView *pView, GdkEventKey *key, in KeyPressHandler() function in NSourcePage
234 SourceWindow::KeyPressHandler(GtkWidget *, in KeyPressHandler() function in SourceWindow
1170 G_CALLBACK (KeyPressHandler), in Build()
1461 G_CALLBACK(KeyPressHandler), this); in NSourcePage()
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/
H A Dpluginproxy.h34 MouseMoveHandler, KeyPressHandler, KeyReleaseHandler, enumerator
H A Dpluginproxy.cpp58 case KeyPressHandler: in registerAppEventHandler()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/gadgets/
H A Dcursorkeys.py29 class KeyPressHandler(QObject): class
/dports/www/falkon/falkon-3.2.0/src/plugins/VerticalTabs/
H A Dverticaltabsplugin.cpp58 mApp->plugins()->registerAppEventHandler(PluginProxy::KeyPressHandler, this); in init()
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/qml/
H A Dqmlplugininterface.cpp363 mApp->plugins()->registerAppEventHandler(PluginProxy::KeyPressHandler, this); in setKeyPress()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/shell/
H A DShellWidget.java63 import com.google.gwt.event.dom.client.KeyPressHandler;
826 public HandlerRegistration addKeyPressHandler(KeyPressHandler handler) in addKeyPressHandler()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/dom/
H A DDomUtils.java30 import com.google.gwt.event.dom.client.KeyPressHandler;
995 widget.addKeyPressHandler(new KeyPressHandler() in addKeyHandlers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DAceEditorWidget.java597 public HandlerRegistration addKeyPressHandler(KeyPressHandler handler) in addKeyPressHandler()
612 public HandlerRegistration addCapturingKeyPressHandler(KeyPressHandler handler) in addCapturingKeyPressHandler()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDateTimePicker.cs189 KeyPress += new KeyPressEventHandler (KeyPressHandler); in DateTimePicker()
1440 private void KeyPressHandler (object sender, KeyPressEventArgs e) in KeyPressHandler() method in System.Windows.Forms.DateTimePicker
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/
H A DShell.java571 KeyPressHandler,
/dports/editors/lazarus/lazarus/lcl/interfaces/fpgui/
H A Dfpguiwsprivate.pp95 …procedure KeyPressHandler(Sender: TObject; var KeyCode: word; var ShiftState: TShiftState; var Con…
1216 procedure TFPGUIPrivateWidget.KeyPressHandler(Sender: TObject;
1332 WidgetProtected.OnKeyPress := KeyPressHandler;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiwsprivate.pp95 …procedure KeyPressHandler(Sender: TObject; var KeyCode: word; var ShiftState: TShiftState; var Con…
1216 procedure TFPGUIPrivateWidget.KeyPressHandler(Sender: TObject;
1332 WidgetProtected.OnKeyPress := KeyPressHandler;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/fpgui/
H A Dfpguiwsprivate.pp95 …procedure KeyPressHandler(Sender: TObject; var KeyCode: word; var ShiftState: TShiftState; var Con…
1216 procedure TFPGUIPrivateWidget.KeyPressHandler(Sender: TObject;
1332 WidgetProtected.OnKeyPress := KeyPressHandler;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiwsprivate.pp95 …procedure KeyPressHandler(Sender: TObject; var KeyCode: word; var ShiftState: TShiftState; var Con…
1216 procedure TFPGUIPrivateWidget.KeyPressHandler(Sender: TObject;
1332 WidgetProtected.OnKeyPress := KeyPressHandler;

12