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
-
Method Summary
Modifier and TypeMethodDescriptionstatic ILcdGUIFactory
Deprecated.Returns the factory used to create GUI components.static void
setSharedGUIFactory
(ILcdGUIFactory aGUIFactory) Deprecated.Sets the factory to use to create GUI components.
-
Constructor Details
-
TLcdGUIManager
public TLcdGUIManager()Deprecated.
-
-
Method Details