|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.option.AbstractGuiFactory | +--y.option.PropertiesGuiFactory
Simple defaut implementation of GuiFactory which takes the String values from a Map or Properties object
Constructor Summary | |
PropertiesGuiFactory(Properties properties)
Creates a new instance of PropertiesGuiFactory |
Method Summary | |
String |
getString(String key)
Localize a string |
Methods inherited from class y.option.AbstractGuiFactory |
createButton, createHelpAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertiesGuiFactory(Properties properties)
Method Detail |
public String getString(String key)
key
- the key
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |