-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.2.2
-
generic
-
generic
Name: krT82822 Date: 09/08/99
Could the signatures for the following three functions in the JToolBar class be changed from using JButtons to instead use AbstractButtons to allow someone to overide createActionComponent to create things like JToggleButtons.
Change:
public JButton add(Action a)
protected JButton createActionComponent(Action a)
protected PropertyChangeListener createActionChangeListener(JButton b)
To:
public AbstractButton add(Action a)
protected AbstractButton createActionComponent(Action a)
protected PropertyChangeListener createActionChangeListener(AbstractButton b)
(Review ID: 94974)
======================================================================
- duplicates
-
JDK-4133141 Extend Action interface to handle toggles
-
- Resolved
-