public class TUIDefaults extends Hashtable<Object,Object>
| Constructor and Description |
|---|
TUIDefaults() |
TUIDefaults(int aValue1,
float aValue2) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object aKey,
Locale aLocale) |
boolean |
getBoolean(Object key) |
Border |
getBorder(Object aKey) |
Color |
getColor(Object aKey) |
Font |
getFont(Object aKey) |
Insets |
getInsets(Object aKey) |
int |
getInt(Object key) |
String |
getString(Object aKey) |
ComponentUI |
getUI(JComponent aComponent) |
void |
putDefaults(Object... values) |
void |
setDefaultLocale(Locale aLocale) |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic TUIDefaults()
public TUIDefaults(int aValue1,
float aValue2)
public void putDefaults(Object... values)
public void setDefaultLocale(Locale aLocale)
public ComponentUI getUI(JComponent aComponent)
public boolean getBoolean(Object key)
public int getInt(Object key)
Copyright © 2019 Systemprogrammierung Mirko Sertic. All rights reserved.