Package com.luciad.gui
Class TLcdGUIManager
java.lang.Object
com.luciad.gui.TLcdGUIManager
Deprecated.
Use a dedicated UI framework instead.
TLcdGUIManager is a class through which an ILcdGUIFactory can be shared
(i.e., a singleton ILcdGUIFactory is created,
and then all parts of the application can ask the TLcdGUIManager
for the common ILcdFactory).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdGUIFactoryDeprecated.Returns the factory used to create GUI components.static voidsetSharedGUIFactory(ILcdGUIFactory aGUIFactory) Deprecated.Sets the factory to use to create GUI components.
-
Constructor Details
-
TLcdGUIManager
public TLcdGUIManager()Deprecated.
-
-
Method Details