Class BorderLayoutFactory
java.lang.Object
org.jpos.ui.factory.BorderLayoutFactory
- All Implemented Interfaces:
UIFactory
UIFactory that builds a Swing panel using
BorderLayout from
<north>/<south>/<east>/<west>/<center> children.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds a Swing component from the given XML configuration element.
-
Constructor Details
-
BorderLayoutFactory
public BorderLayoutFactory()Default constructor forUIFactorydiscovery.
-
-
Method Details