Uses of Interface
org.gscg.gameleader.dialogs.components.DialogInterface

Packages that use DialogInterface
org.gscg.gameleader.dialogs.actor   
org.gscg.gameleader.dialogs.components   
org.gscg.gameleader.dialogs.content   
 

Uses of DialogInterface in org.gscg.gameleader.dialogs.actor
 

Classes in org.gscg.gameleader.dialogs.actor that implement DialogInterface
 class ActorInterfaceDialog
          The ActorInterfaceDialog is the most basic implementation of an actor dialog.
 class SupplyChainActorDialog
          The SupplyChainActorDialog is used to show the name and balance of a supply chain actor.
 class TraderDialog
          The TraderDialog is used to show the name, balance and stock of a trader.
 

Uses of DialogInterface in org.gscg.gameleader.dialogs.components
 

Classes in org.gscg.gameleader.dialogs.components that implement DialogInterface
 class AbstractDialog
           Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
 

Methods in org.gscg.gameleader.dialogs.components with parameters of type DialogInterface
static boolean DialogPanelFactory.addFactory(java.lang.Class clazz, DialogInterface dialogInterface)
          Method addFactory allows the adding of panel factories.
 

Uses of DialogInterface in org.gscg.gameleader.dialogs.content
 

Classes in org.gscg.gameleader.dialogs.content that implement DialogInterface
 class BillDialog
          The BillDialog is used to show the contents of a bill, and the corresponding order, quote and request for quote.
 class ContentDialog
           Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands.
 class OrderBasedOnQuoteDialog
          The OrderBasedOnQuoteDialog is used to show the contents of an order and the corresponding quote and request for quote.
 class OrderConfirmationDialog
          The OrderConfirmationDialog is used to show the contents of an order confirmation and the corresponding order, quote and request for quote.
 class PaymentDialog
          The PaymentDialog is used to show the contents of a payment, and the corresponding bill, order, quote and request for quote.
 class QuoteDialog
          The QuoteDialog is used to show the contents of a quote and the corresponding request for quote.
 class RequestForQuoteDialog
          The RequestForQuoteDialog is used to show the contents of a request for quote.
 class ShipmentDialog
          The ShipmentDialog is used to show the contents of a shipment, and the corresponding order, quote and request for quote.
 



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.