Class PanelFactory
java.lang.Object
org.jpos.ui.factory.PanelFactory
- All Implemented Interfaces:
UIFactory
UIFactory that builds a Swing panel, optionally registering it under an id
so other elements can re-target it later.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds a Swing component from the given XML configuration element.
-
Constructor Details
-
PanelFactory
public PanelFactory()Default constructor forUIFactorydiscovery.
-
-
Method Details