bibliothek.gui.dock.support.util
Class Resources

java.lang.Object
  extended by bibliothek.gui.dock.support.util.Resources

Deprecated. replaced by the TextManager

@Deprecated
@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 Resources
extends Object

A set of resources available through the whole framework

Author:
Benjamin Sigg

Constructor Summary
Resources()
          Deprecated.  
 
Method Summary
static ResourceBundle getBundle()
          Deprecated. Gets localized texts.
static String getString(String key)
          Deprecated. Gets a localized text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources()
Deprecated. 
Method Detail

getBundle

public static ResourceBundle getBundle()
Deprecated. 
Gets localized texts.

Returns:
the text

getString

public static String getString(String key)
Deprecated. 
Gets a localized text.

Parameters:
key - the key for the text
Returns:
the text