Interface PanelBuilder

All Known Implementing Classes:
AbstractPanelBuilder, GbPanelBuilder

public interface PanelBuilder

The "Main interface" for this library. Builds panels based on the calls fro the client code. Instances implementing this interface are normally created by PanelBuilderFactorys and managed by the static methods of PanelMatic class.

Author:
michaelbar-sinai
See Also:
PanelBuilderFactory.build(), PanelMatic.begin(io.codeworth.panelmatic.PanelMaticComponentCustomizer[])