Class TLcdGUIManager

java.lang.Object
com.luciad.gui.TLcdGUIManager

@Deprecated public class TLcdGUIManager extends Object
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 Details

    • TLcdGUIManager

      public TLcdGUIManager()
      Deprecated.
  • Method Details

    • getSharedGUIFactory

      public static ILcdGUIFactory getSharedGUIFactory()
      Deprecated.
      Returns the factory used to create GUI components.
      Returns:
      the factory used to create GUI components.
    • setSharedGUIFactory

      public static void setSharedGUIFactory(ILcdGUIFactory aGUIFactory)
      Deprecated.
      Sets the factory to use to create GUI components.
      Parameters:
      aGUIFactory - the factory to use to create GUI components.