|
Search this API | ||||||||
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 | |
---|---|
javax.swing.JButton |
createButton(java.lang.String action)
Create a button for the specified action. |
javax.swing.Action |
createHelpAction(java.lang.String helpKey)
Create an action for a help key, which is to display an html page normally. |
java.lang.String |
getString(java.lang.String key)
Localize a string. |
Method Detail |
---|
javax.swing.JButton createButton(java.lang.String action)
action
- the name, e.g. "OK_ACTION", "CANCEL_ACTION", "HELP_ACTION" ...
java.lang.String getString(java.lang.String key)
key
- the key
javax.swing.Action createHelpAction(java.lang.String helpKey)
helpKey
- the key identifying the help
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |