Topic: eclipse中,针对table控件,如何接收鼠标双击事件?

  Print this page

1.eclipse中,针对table控件,如何接收鼠标双击事件? Copy to clipboard
Posted by: wlx712
Posted on: 2004-12-26 21:55

请问在eclipse中,针对table控件,如何接收鼠标双击事件?
另外:
在下面的程序中,
table.addMouseListener(new MouseAdapter()
{
  public void mouseDown(MouseEvent e)
  {
    TableItem[] ti = table.getSelection();
    System.out.println(ti[0].getText());
  }      
});
此行程序:public void mouseDown(MouseEvent e)
中的函数为什么必须定义成mouseDown,这是这个方法中的成员函数吗?从哪里能找到这些函数的说明?eclipse中针对这种鼠标方法的函数还有哪些?

我是一个eclipse新手,希望各位大侠不吝赐教。在下不胜感激。

2.Re:eclipse中,针对table控件,如何接收鼠标双击事件? [Re: wlx712] Copy to clipboard
Posted by: wdh113
Posted on: 2005-01-02 04:27

看看官方的API说明
http://www.eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.isv/doc/reference/api/org/eclipse/swt/events/MouseAdapter.html

总入口
http://www.eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.isv/doc/reference/api/index.html


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923