jPOS 1.6.1 API Documentation

org.jpos.ui.factory
Class LogListenerFactory

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

public class LogListenerFactory
extends java.lang.Object
implements UIFactory

Author:
Alejandro Revilla a log listener component i.e:
  <log-listener scrollable="true"
      logger="Q2" font="fixed-normal-12"
      max-events="100" max-lines="50" />
 
See Also:
UIFactory

Nested Class Summary
 class LogListenerFactory.Listener
           
 
Constructor Summary
LogListenerFactory()
           
 
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

LogListenerFactory

public LogListenerFactory()
Method Detail

create

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

jPOS.org