Class HSplitFactory

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

public class HSplitFactory extends Object implements UIFactory
UIFactory that builds a horizontal JSplitPane from <left>/<right> children.
See Also:
  • Constructor Details

  • Method Details

    • create

      public JComponent create(UI ui, org.jdom2.Element e)
      Description copied from interface: UIFactory
      Builds a Swing component from the given XML configuration element.
      Specified by:
      create in interface UIFactory
      Parameters:
      ui - parent UI instance
      e - XML configuration describing the component
      Returns:
      the constructed Swing component