jPOS 1.6.1 API Documentation

org.jpos.ui
Interface UIFactory

All Known Implementing Classes:
BorderLayoutFactory, BSHUI, GridLayoutFactory, HSplitFactory, HtmlFactory, ISOMeterFactory, JButtonFactory, JLabelFactory, JTabbedPaneFactory, JTreeFactory, LogListenerFactory, PanelFactory, TextFactory, UI, VSplitFactory

public interface UIFactory

Author:
Alejandro Revilla UI delegates the creation of UI components to an UIFactory.

Method Summary
 javax.swing.JComponent create(UI ui, org.jdom.Element config)
           
 

Method Detail

create

javax.swing.JComponent create(UI ui,
                              org.jdom.Element config)

jPOS.org