org.gscg.gameleader.dialogs.components
Interface DialogInterface

All Known Implementing Classes:
AbstractDialog

public interface DialogInterface

The DialogInterface is used to ensure that each class implementing this interfaces is able to provide a String array with a number of class names which are used to initialize a panel dialog.

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:10 $
Author:
Stijn-Pieter van Houten

Method Summary
 java.lang.String[] getPanelClassNames()
          Method getPanelClassNames returns the panels which are supported by the panel.
 

Method Detail

getPanelClassNames

public java.lang.String[] getPanelClassNames()
Method getPanelClassNames returns the panels which are supported by the panel.

Returns:
the supported panels


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