org.jpos.ui.factory
Class PanelFactory
java.lang.Object
org.jpos.ui.factory.PanelFactory
- All Implemented Interfaces:
- UIFactory
public class PanelFactory
- extends Object
- implements UIFactory
- Author:
- Alejandro Revilla
creates a panel (with an optional "id")
Panel's id is registered in UI object registrar and can be
used for re-configuration
i.e:
<panel id="xx">
...
...
</panel>
- See Also:
UIFactory,
Redirect
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PanelFactory
public PanelFactory()
create
public JComponent create(UI ui,
org.jdom.Element e)
- Specified by:
create in interface UIFactory
Copyright © 1998-2012 jPOS.org. All Rights Reserved.