Top "Double-click" questions

A double-click is the act of pressing a computer mouse button twice quickly without moving the mouse.

Javafx 2 click and double click

I would like to know if it was possible to detect the double-click in JavaFX 2 ? and how ? I would like …

java click javafx javafx-2 double-click
Double click listener on JTable in Java

I am curious as to how to call valueChanged overridden method only if a row in JTable has been double …

java swing jtable double-click listselectionlistener
WPF DataGrid: CommandBinding to a double click instead of using Events

I know how to use the MouseDoubleClick event with my DataGrid to grab the selectedvalue, but how would one go …

wpf datagrid double-click commandbinding
How to use both onclick and ondblclick on an element?

I have an element on my page that I need to attach onclick and ondblclick event handlers to. When a …

javascript double-click
Mouse event with double click in java

By default MouseClicked event starts with one click. I have one in a JTextPane but I want to start with …

java swing mouseevent double-click
Implement double click for button in Android

How can I implement double click for a button in Android? Should I use OnDoubleTapListener?

android user-interface double-click
Prevent double-click from double firing a command

Given that you have a control that fires a command: <Button Command="New"/> Is there a way to …

c# .net wpf double-click
How can I catch both single-click and double-click events on WPF FrameworkElement?

I can catch a single-click on a TextBlock like this: private void TextBlock_MouseDown(object sender, MouseButtonEventArgs e) { MessageBox.Show("…

c# wpf event-handling double-click
Double click an NSTableView row in Cocoa?

I need my application to open a window when a user double clicks on a row in an NSTableView. I'm …

cocoa nstableview double-click