SALT.gui
Class OpenDesignDialog

java.lang.Object
  extended by SALT.gui.Graphics
      extended by SALT.gui.Dialog
          extended by SALT.gui.OpenDesignDialog

public class OpenDesignDialog
extends Dialog

Shows an overview of a selected Design.


Field Summary
 
Fields inherited from class SALT.gui.Dialog
options
 
Fields inherited from class SALT.gui.Graphics
gridBagConstraints, gridBagLayout
 
Constructor Summary
OpenDesignDialog()
          Constructs an OpenDesignDialog.
 
Method Summary
 boolean display(javax.swing.JFrame frame, Design design)
          Displays the OpenDesignDialog.
 
Methods inherited from class SALT.gui.Dialog
makeButton, setTitledBorder
 
Methods inherited from class SALT.gui.Graphics
makeGridBagConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenDesignDialog

public OpenDesignDialog()
Constructs an OpenDesignDialog.

Method Detail

display

public boolean display(javax.swing.JFrame frame,
                       Design design)
Displays the OpenDesignDialog.

Parameters:
frame -
design -
Returns: