org.jpos.ui.factory
Class GridLayoutFactory
java.lang.Object
org.jpos.ui.factory.GridLayoutFactory
- All Implemented Interfaces:
- UIFactory
public class GridLayoutFactory
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridLayoutFactory
public GridLayoutFactory()
create
public JComponent create(UI ui,
org.jdom.Element e)
- Specified by:
create in interface UIFactory
Copyright © 1998-2012 jPOS.org. All Rights Reserved.