|
Search this API | ||||||||
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
public class PropertiesGuiFactory
Simple default implementation of GuiFactory which takes the String values from a Map or Properties object.
Constructor Summary | |
---|---|
PropertiesGuiFactory(java.util.Properties properties)
Creates a new instance of PropertiesGuiFactory. |
Method Summary | |
---|---|
java.lang.String |
getString(java.lang.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(java.util.Properties properties)
Method Detail |
---|
public java.lang.String getString(java.lang.String key)
key
- the key
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |