| Methoden |
| public Object | get(Object key) ![[1.4]](../../images/marg14.gif) |
| public Object | get(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public Object | put(Object key, Object value) |
| public void | putDefaults(Object[] keyValueList) |
| public Font | getFont(Object key) |
| public Font | getFont(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public Color | getColor(Object key) |
| public Color | getColor(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public Icon | getIcon(Object key) |
| public Icon | getIcon(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public Border | getBorder(Object key) |
| public Border | getBorder(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public String | getString(Object key) |
| public String | getString(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public int | getInt(Object key) |
| public int | getInt(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public boolean | getBoolean(Object key) ![[1.4]](../../images/marg14.gif) |
| public boolean | getBoolean(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public Insets | getInsets(Object key) |
| public Insets | getInsets(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public Dimension | getDimension(Object key) |
| public Dimension | getDimension(Object key, Locale l) ![[1.4]](../../images/marg14.gif) |
| public Class | getUIClass(String uiClassID, ClassLoader uiClassLoader) |
| public Class | getUIClass(String uiClassID) |
| protected void | getUIError(String msg) |
| public ComponentUI | getUI(JComponent target) |
| public synchronized void | addPropertyChangeListener(PropertyChangeListener listener) |
| public synchronized void | removePropertyChangeListener(PropertyChangeListener listener) |
| public synchronized PropertyChangeListener[] | getPropertyChangeListeners() ![[1.4]](../../images/marg14.gif) |
| protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) |
| public synchronized void | addResourceBundle(String bundleName) ![[1.4]](../../images/marg14.gif) |
| public synchronized void | removeResourceBundle(String bundleName) ![[1.4]](../../images/marg14.gif) |
| public void | setDefaultLocale(Locale l) ![[1.4]](../../images/marg14.gif) |
| public Locale | getDefaultLocale() ![[1.4]](../../images/marg14.gif) |