org.jpos.ui.factory
Class HSplitFactory

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

public class HSplitFactory
extends Object
implements UIFactory

Author:
Alejandro Revilla creates a horizontal split pane i.e:
  <hsplit>
   <left>...</left>
   <right>...</right>
  </hsplit>
 
See Also:
UIFactory

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

Constructor Detail

HSplitFactory

public HSplitFactory()
Method Detail

create

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


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