Package com.luciad.gui
Interface ILcdGUIFactory
- All Known Implementing Classes:
TLcdGUIFactoryAWT
,TLcdGUIFactorySW
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.)
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.
-
Method Details
-
createOkCancelButtonPanel
ILcdOkCancelButtonPanel createOkCancelButtonPanel()Deprecated.
-