You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. View the SourceListClickListener API.
What is the expected output? What do you see instead?
I'd expect to see:
void sourceListItemClicked(SourceListItem item, MouseEvent event);
void sourceListCategoryClicked(SourceListCategory category,
MouseEvent event)
What version of the product are you using? On what operating system?
HEAD (so I guess 0.9.6-SNAPSHOT), on OS X Snow Leopard. But this issue
related to running apps on multiple platforms, which require different
behaviour from each other.
Please provide any additional information below.
The raw mouse event is needed to determine when a popup menu should
be shown, via the JPopupMenu.isPopupTrigger(MouseEvent) method. While
I generally like the approach of providing a simpler API (the button &
clickCount parameters in this case) in this case access to the raw event is
needed in order to interact with the installed look & feel.
Original issue reported on code.google.com by [email protected] on 11 Mar 2010 at 10:29
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Mar 2010 at 10:29The text was updated successfully, but these errors were encountered: