jPOS 1.6.1 API Documentation

org.jpos.ui.factory
Class GridLayoutFactory

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

public class GridLayoutFactory
extends java.lang.Object
implements UIFactory

Author:
Alejandro Revilla creates a panel with a grid layout i.e:
  <grid rows="yy" columns="xx">
   <cell>...</cell>
   <cell>...</cell>
   <cell>...</cell>
   ...
   ...
  </grid>
 
See Also:
UIFactory

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

GridLayoutFactory

public GridLayoutFactory()
Method Detail

create

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

jPOS.org