org.jpos.ui.factory
Class JTabbedPaneFactory

java.lang.Object
  extended by org.jpos.ui.factory.JTabbedPaneFactory
All Implemented Interfaces:
EventListener, ChangeListener, UIFactory

public class JTabbedPaneFactory
extends Object
implements UIFactory, ChangeListener

Author:
Alejandro Revilla creates a tabbed pane i.e:
  <tabbed-pane font="xxx">
   <pane title="xxx" icon="optional/icon/file.jpg"
            action="yyy" command="zzz">
   ...
   ...
   </pane>
  </tabbed-pane>
 
See Also:
UIFactory

Constructor Summary
JTabbedPaneFactory()
           
 
Method Summary
 JComponent create(UI ui, org.jdom.Element e)
           
 void stateChanged(ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTabbedPaneFactory

public JTabbedPaneFactory()
Method Detail

create

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

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener


Copyright © 1998-2012 jPOS.org. All Rights Reserved.