Generated by
JDiff

Class javax.swing.UIManager

Added Methods
Object get(Object, Locale) Returns an object from the defaults table that is appropriate for the given locale.
boolean getBoolean(Object) Returns a boolean from the defaults table which is associated with the key value.
boolean getBoolean(Object, Locale) Returns a boolean from the defaults table which is associated with the key value and the given Locale.
Border getBorder(Object, Locale) Returns a border from the defaults table that is appropriate for the given locale.
Color getColor(Object, Locale) Returns a drawing color from the defaults table that is appropriate for the given locale.
Dimension getDimension(Object, Locale) Returns a dimension from the defaults table that is appropriate for the given locale.
Font getFont(Object, Locale) Returns a drawing font from the defaults table that is appropriate for the given locale.
Icon getIcon(Object, Locale) Returns an Icon from the defaults table that is appropriate for the given locale.
Insets getInsets(Object, Locale) Returns an Insets object from the defaults table that is appropriate for the given locale.
int getInt(Object, Locale) Returns an integer from the defaults table that is appropriate for the given locale.
PropertyChangeListener[] getPropertyChangeListeners() Returns an array of all the PropertyChangeListeners added to this UIManager with addPropertyChangeListener().
String getString(Object, Locale) Returns a string from the defaults table that is appropriate for the given locale.