jPOS 1.6.1 API Documentation

org.jpos.ui.factory
Class BorderLayoutFactory

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

public class BorderLayoutFactory
extends java.lang.Object
implements UIFactory

Author:
Alejandro Revilla creates a panel with a Border layout i.e:
  <border-layout>
   <north>...</north>
   <south>...</south>
   <east>...</east>
   <west>...</west>
   <center>...</center>
  </border-layout>
 
See Also:
UIFactory

Constructor Summary
BorderLayoutFactory()
           
 
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

BorderLayoutFactory

public BorderLayoutFactory()
Method Detail

create

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

jPOS.org