About double click of tableItem [message #491669] |
Thu, 15 October 2009 08:40  |
Eclipse User |
|
|
|
Can we use the double click of a table item?
I try to overrite the method clickXY() in class SWTBotTableItem. But how are the events of the notifyTable? I try to in the following code, but it doesn't work.
Can anyone help me? Thanks very much!
notifyTable(SWT.MouseEnter);
notifyTable(SWT.MouseMove);
notifyTable(SWT.Activate);
notifyTable(SWT.FocusIn);
notifyTable(SWT.MouseDown, createMouseEvent(x, y, 1, SWT.BUTTON1, 1));
notifyTable(SWT.MouseUp);
notifyTable(SWT.Selection, createEvent());
notifyTable(SWT.MouseDoubleClick);
notifyTable(SWT.MouseHover);
notifyTable(SWT.MouseMove);
notifyTable(SWT.MouseExit);
notifyTable(SWT.Deactivate);
notifyTable(SWT.FocusOut);
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.25817 seconds