jPOS 1.6.1 API Documentation

org.jpos.ui.factory
Class PanelFactory

java.lang.Object
  extended by org.jpos.ui.factory.PanelFactory
All Implemented Interfaces:
UIFactory

public class PanelFactory
extends java.lang.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

Constructor Summary
PanelFactory()
           
 
Method Summary
 javax.swing.JComponent create(UI ui, org.jdom.Element e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelFactory

public PanelFactory()
Method Detail

create

public javax.swing.JComponent create(UI ui,
                                     org.jdom.Element e)
Specified by:
create in interface UIFactory

jPOS.org