Interface ILcdGUIFactory

All Known Implementing Classes:
TLcdGUIFactoryAWT, TLcdGUIFactorySW

@Deprecated public interface ILcdGUIFactory
Deprecated.
Use a dedicated UI framework instead.
An ILcdGUIFactory is used to create all kinds of GUI objects Typically GUI Factories targeted to a specific user interface library (AWT, Swing)

ILcdGUIFactory implements the Abstract Factory Pattern (Gamma et al.)