jPOS 1.6.1 API Documentation

org.jpos.ui.factory
Class ISOMeterFactory

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

public class ISOMeterFactory
extends java.lang.Object
implements UIFactory

Author:
Alejandro Revilla Creates an ISOMeter component i.e:
  <iso-meter idref="id" scroll="true|false" refresh="nnn"/>
 
See Also:
UIFactory

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

ISOMeterFactory

public ISOMeterFactory()
Method Detail

create

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

jPOS.org