commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Patch: javax.swing


From: Michael Koch
Subject: FYI: Patch: javax.swing
Date: Tue, 27 Jan 2004 19:15:00 +0100
User-agent: KMail/1.5.4

Hi list,


I just commited the attached patch to merge in some fixes I did in libgcj some 
time ago.


Michael


2004-01-27  Michael Koch  <address@hidden>

        * javax/swing/AbstractAction.java: Reformated.
        (getPropertyChangeListeners): New method.
        * javax/swing/AbstractCellEditor.java: Reformated.
        (getCellEditorListeners): New method.
        * javax/swing/DefaultListSelectionModel.java
        (listenerList): New field.
        (listeners): Removed.
        (get_listeners): Removed.
        (addListSelectionListener): Rewritten.
        (removeListSelectionListener): Rewritten.
        (getListSelectionListeners): New method.
        (getListeners): New method.
        * javax/swing/JComboBox.java: Imports reworked.
        (addActionListener): Implemented.
        (removeActionListener): Implemented.
        (addItemListener): Implemented.
        (removeItemListener): Implemented.
        (addPopupMenuListener): Implemented.
        (removePopupMenuListener): Implemented.
        (getActionListeners): New method.
        (getItemListeners): New method.
        (getPopupMenuListeners): New method.

Attachment: swing.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]