|
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
public abstract class AbstractGuiFactory
Simple abstract implementation of GuiFactory.
Constructor Summary | |
---|---|
AbstractGuiFactory()
|
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. |
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 javax.swing.JButton createButton(java.lang.String action)
createButton
in interface GuiFactory
action
- the name, e.g. "OK_ACTION", "CANCEL_ACTION", "HELP_ACTION" ...
public javax.swing.Action createHelpAction(java.lang.String helpKey)
createHelpAction
in interface GuiFactory
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 |