Class TextFactory

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

public class TextFactory extends Object implements UIFactory
UIFactory that builds a Swing text editor from the configuration element.
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