org.gscg.gameleader.dialogs.components
Class AbstractDialog

java.lang.Object
  extended byorg.gscg.gameleader.dialogs.components.AbstractDialog
All Implemented Interfaces:
DialogInterface
Direct Known Subclasses:
ActorInterfaceDialog, BillDialog, ContentDialog, OrderBasedOnQuoteDialog, OrderConfirmationDialog, PaymentDialog, QuoteDialog, RequestForQuoteDialog, ShipmentDialog, SupplyChainActorDialog, TraderDialog

public abstract class AbstractDialog
extends java.lang.Object
implements DialogInterface

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.3
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:34:09 $
Author:
Stijn-Pieter van Houten

Field Summary
protected  java.util.List panels
          the list with panels
 
Constructor Summary
AbstractDialog()
          constructs a new AbstractDialog
 
Method Summary
 java.lang.String[] getPanelClassNames()
          Method getPanelClassNames returns the panels which are supported by the panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panels

protected java.util.List panels
the list with panels

Constructor Detail

AbstractDialog

public AbstractDialog()
constructs a new AbstractDialog

Method Detail

getPanelClassNames

public java.lang.String[] getPanelClassNames()
Description copied from interface: DialogInterface
Method getPanelClassNames returns the panels which are supported by the panel.

Specified by:
getPanelClassNames in interface DialogInterface
Returns:
the supported panels
See Also:
DialogInterface.getPanelClassNames()


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