Generated by
JDiff

Class javax.swing.JComboBox

Added Methods
void addPopupMenuListener(PopupMenuListener) Adds a PopupMenu listener which will listen to notification messages from the popup portion of the combo box.
void firePopupMenuCanceled() Notifies PopupMenuListeners that the popup portion of the combo box has been canceled.
void firePopupMenuWillBecomeInvisible() Notifies PopupMenuListeners that the popup portion of the combo box has become invisible.
void firePopupMenuWillBecomeVisible() Notifies PopupMenuListeners that the popup portion of the combo box will become visible.
ActionListener[] getActionListeners() Returns an array of all the ActionListeners added to this JComboBox with addActionListener().
ItemListener[] getItemListeners() Returns an array of all the ItemListeners added to this JComboBox with addItemListener().
PopupMenuListener[] getPopupMenuListeners() Returns an array of all the PopupMenuListeners added to this JComboBox with addPopupMenuListener().
Object getPrototypeDisplayValue() Returns the "prototypical display" value - an Object used for the calculation of the display height and width.
void removePopupMenuListener(PopupMenuListener) Removes a PopupMenuListener.
void setPrototypeDisplayValue(Object) Sets the prototype display value used to calculate the size of the display for the UI portion.
 

Changed Methods
boolean isFocusTraversable() Method was locally defined, but is now inherited from Component. Now deprecated.
As of 1.4, replaced by isFocusable().