|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.DefaultUIManager
com.tensegrity.gui.swt.DummyUIManager
The DummUIManager is based on the
DefaultUIManager and extends it with a
PropertyResourceBundle, which is used in the
getString(String) method.
| 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 |
public DummyUIManager(java.util.PropertyResourceBundle bundle)
DummyUIManager based on the given
PropertyResourceBundle instance.
bundle - The bundle to use to retrieve text for the GUI elements.| Method Detail |
public java.lang.String getString(java.lang.String key)
String associated with the parameter
key. This method uses the internal
PropertyResourceBundle to retrieve this string.
key - the key for the text resource.
ResourceBundle.getString(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||