Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Policy on implementing SWT listener interfaces

There are many places in platform ui where classes implement SWT listener 
interfaces. In general I think this is a bad idea.
For example org.eclipse.ui.internal.PartDragDrop, which I'm currently 
working on, has a bunch of mouse listener methods that clutter the public 
interface.
What is the UI team's policy on this topic? Is there one? 
If I change PartDragDrop to use inner classes for the listeners it would be a matter 
of "different but right" vs. "same as everybody but wrong" (in my opinion 
anyway). 
Does anyone care?

Knut


Back to the top