|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.support.util.Resources
@Todo(compatibility=BREAK_MAJOR,
priority=MAJOR,
target=VERSION_1_1_0,
description="Find a mechanism that allows clients to easily change the text of any element, perhaps with an UIManager")
public class ResourcesA set of resources available through the whole framework
| Constructor Summary | |
|---|---|
Resources()
|
|
| Method Summary | |
|---|---|
static ResourceBundle |
getBundle()
Gets localized texts. |
static Icon |
getIcon(String key)
Searches an icon that was stored with the given key. |
static String |
getString(String key)
Gets a localized text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Resources()
| Method Detail |
|---|
public static ResourceBundle getBundle()
public static String getString(String key)
key - the key for the text
public static Icon getIcon(String key)
bibliothek/gui/dock/icons/icons.ini.
key - the name of an icon
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||