[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: double click on tree item??
|
- From: sgunasek@xxxxxxxxxx (sguna)
- Date: Tue, 20 Aug 2002 18:21:10 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Veronika...
How do i find out if it was a double click or a single click that occured
ion the item??
Veronika Irvine wrote:
> tree.addSelectionListener(new SelectionAdapter() {
> public void widgetDefaultSelected(SelectionEvent e) {
> // do your stuff here
> TreeItem item = (TreeItem)e.item;
> }
> });