org.jpos.ui.factory
Class JButtonFactory
java.lang.Object
org.jpos.ui.factory.JButtonFactory
- All Implemented Interfaces:
- UIFactory
public class JButtonFactory
- extends Object
- implements UIFactory
- Author:
- Alejandro Revilla
Creates a JButton
i.e:
<button id="xx" action="yyy" command="zzz">MyButton</button>
- See Also:
UIFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JButtonFactory
public JButtonFactory()
create
public JComponent create(UI ui,
org.jdom.Element e)
- Specified by:
create in interface UIFactory
Copyright © 1998-2012 jPOS.org. All Rights Reserved.