|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.option.AbstractGuiFactory
Simple abstract implementation of GuiFactory
Constructor Summary | |
AbstractGuiFactory()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface y.option.GuiFactory |
getString |
Constructor Detail |
public AbstractGuiFactory()
Method Detail |
public JButton createButton(String action)
createButton
in interface GuiFactory
action
- the name
public Action createHelpAction(String helpKey)
createHelpAction
in interface GuiFactory
helpKey
- the key identifying the help
|
© 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 |