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