com.tensegrity.gui.swt
Class DummyUIManager

java.lang.Object
  extended bycom.tensegrity.gui.DefaultUIManager
      extended bycom.tensegrity.gui.swt.DummyUIManager
All Implemented Interfaces:
UIManager

Deprecated. Don't use it, it will be removed in future time.

public class DummyUIManager
extends DefaultUIManager

The DummUIManager is based on the DefaultUIManager and extends it with a PropertyResourceBundle, which is used in the getString(String) method.

Version:
$Id: DummyUIManager.java,v 1.6 2005/03/18 13:35:54 mixim Exp $
Author:
MartinGerlach

Field Summary
 
Fields inherited from class com.tensegrity.gui.DefaultUIManager
itemList
 
Constructor Summary
DummyUIManager(java.util.PropertyResourceBundle bundle)
          Deprecated. Creates a new DummyUIManager based on the given PropertyResourceBundle instance.
 
Method Summary
 java.lang.String getString(java.lang.String key)
          Deprecated. Returns the String associated with the parameter key.
 
Methods inherited from class com.tensegrity.gui.DefaultUIManager
apply, apply, apply, applyItem, applyItem, containsKey, createIcon, createLocalizedIcon, getItem, getItemList, getKeyStroke, getText, getText, getTextWithoutMnemonicCharacter, setLocale, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyUIManager

public DummyUIManager(java.util.PropertyResourceBundle bundle)
Deprecated. 
Creates a new DummyUIManager based on the given PropertyResourceBundle instance.

Parameters:
bundle - The bundle to use to retrieve text for the GUI elements.
Method Detail

getString

public java.lang.String getString(java.lang.String key)
Deprecated. 
Returns the String associated with the parameter key. This method uses the internal PropertyResourceBundle to retrieve this string.

Parameters:
key - the key for the text resource.
Returns:
the string found with by the key.
See Also:
ResourceBundle.getString(java.lang.String)


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.