Bug 299454 - [api] handleSingleClick() API in Remote Systems view adapter
Summary: [api] handleSingleClick() API in Remote Systems view adapter
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2010-01-12 22:11 EST by Masao Nishimoto CLA
Modified: 2012-03-01 10:10 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masao Nishimoto CLA 2010-01-12 22:11:12 EST
Single click is easier than double click.  This will enable hyper-link type object in the tree.
Comment 1 Martin Oberhuber CLA 2010-01-13 06:42:06 EST
RSE users expect single click to perform a "select" of the item clicked on.

I'm not sure if it is a good idea to have that changed. I am not aware of any other tree views in Eclipse that use hyperlink style single click.

Do you have any more concrete requirements / use cases / existing examples?
Comment 2 Masao Nishimoto CLA 2010-01-14 01:34:55 EST
There should be the way not to change the existing behavior, such as calling canHandleSingleClick(Object obj) with default implementation of false.  Or any way to distinguish the selection by mouse or keyboard is enough.

We have a lot of nodes that takes long time to populate.  So we would take a paging model, that displays a subset and scrolls by clicking "... more".  Since this scroll may be frequent, using single-click instead of double-click is preferable.