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