Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-pmc] Fw: API Request - add TYPED event listening API to JFace ControlDecoration


Once more, with types...
We have reopened this bug and the API request due to the approval for SWT bug 81334 (Missing TypedListeners).

The original proposal was to add untyped events to JFace since there was no typed SWT listener for MenuDetect.  Now that there is, it makes sense that we support typed listening as is typically done in JFace.

Please see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=176198
----- Forwarded by Susan M Franklin/Beaverton/IBM on 03/16/2007 10:14 AM -----
Susan M Franklin

03/09/2007 07:41 AM

       
        To:        eclipse-pmc@xxxxxxxxxxx
        cc:        
        From:        Susan M Franklin/Beaverton/IBM@IBMUS
        Subject:        API Request - add event listening API to JFace ControlDecoration


Please see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=176198

The request is to support listeners on ControlDecorations for SWT.MenuDetect, SWT.Selection, SWT.DefaultSelection.
This allows clients to support scenarios such as:
        - navigation to error location within a control when the corresponding error decoration is clicked or double clicked
        - use of a quick fix menu on an error decoration

thanks,
susan

Back to the top