Class GridLayoutFactory

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

public class GridLayoutFactory extends Object implements UIFactory
UIFactory that builds a Swing panel using GridLayout with <cell> 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