Generated by
JDiff

Class javax.swing.AbstractButton

Added Methods
ActionListener[] getActionListeners() Returns an array of all the ActionListeners added to this AbstractButton with addActionListener().
ChangeListener[] getChangeListeners() Returns an array of all the ChangeListeners added to this AbstractButton with addChangeListener().
int getDisplayedMnemonicIndex() Returns the character as an index that the look and feel should provide decoration for as representing the mnemonic character.
int getIconTextGap() Returns the amount of space between the text and the icon displayed in this button.
ItemListener[] getItemListeners() Returns an array of all the ItemListeners added to this AbstractButton with addItemListener().
long getMultiClickThreshhold() Gets the amount of time (in milliseconds) required between mouse press events for the button to generate the corresponding action events.
void setDisplayedMnemonicIndex(int) Provides a hint to the look and feel as to which character in the text should be decorated to represent the mnemonic.
void setIconTextGap(int) If both the icon and text properties are set this property defines the space between them.
void setMultiClickThreshhold(long) Sets the amount of time (in milliseconds) required between mouse press events for the button to generate the corresponding action events.
 

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