|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GuiFactory
This interface must be implemented by GUIFactories which are used by OptionHandler and OptionSection.
| Method Summary | |
|---|---|
JButton |
createButton(String action)
Create a button for the specified action "OK_ACTION", "CANCEL_ACTION", "HELP_ACTION"... |
Action |
createHelpAction(String helpKey)
Create an action for a help key, which is to display an html page normally. |
String |
getString(String key)
Localize a string. |
| Method Detail |
|---|
JButton createButton(String action)
action - the name
String getString(String key)
key - the key
Action createHelpAction(String helpKey)
helpKey - the key identifying the help
|
© Copyright 2000-2008, yWorks GmbH. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||