Generated by
JDiff

Class javax.swing.UIDefaults

Added Methods
void addResourceBundle(String) Adds a resource bundle to the list of resource bundles that are searched for localized values.
Object get(Object, Locale) Returns the value for key associated with the given locale.
boolean getBoolean(Object) If the value of key is boolean return the boolean value otherwise return false.
boolean getBoolean(Object, Locale) If the value of key for the given Locale is boolean return the boolean value otherwise return false.
Border getBorder(Object, Locale) If the value of key for the given Locale is a Border return it otherwise return null.
Color getColor(Object, Locale) If the value of key for the given Locale is a Color return it otherwise return null.
Locale getDefaultLocale() Returns the default locale.
Dimension getDimension(Object, Locale) If the value of key for the given Locale is a Dimension return it otherwise return null.
Font getFont(Object, Locale) If the value of key for the given Locale is a Font return it otherwise return null.
Icon getIcon(Object, Locale) If the value of key for the given Locale is an Icon return it otherwise return null.
Insets getInsets(Object, Locale) If the value of key for the given Locale is an Insets return it otherwise return null.
int getInt(Object, Locale) If the value of key for the given Locale is an Integer return its integer value otherwise return 0.
PropertyChangeListener[] getPropertyChangeListeners() Returns an array of all the PropertyChangeListeners added to this UIDefaults with addPropertyChangeListener().
String getString(Object, Locale) If the value of key for the given Locale is a String return it otherwise return null.
void removeResourceBundle(String) Removes a resource bundle from the list of resource bundles that are searched for localized defaults.
void setDefaultLocale(Locale) Sets the default locale.