SALT.gui
Class ExportDialog

java.lang.Object
  extended by SALT.gui.Graphics
      extended by SALT.gui.Dialog
          extended by SALT.gui.ExportDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ExportDialog
extends Dialog
implements java.awt.event.ActionListener

An input dialog to define the export of the sessions.


Field Summary
 
Fields inherited from class SALT.gui.Dialog
options
 
Fields inherited from class SALT.gui.Graphics
gridBagConstraints, gridBagLayout
 
Constructor Summary
ExportDialog(java.util.List<java.lang.String> additionalSubjectInfosList)
          Constructs a ExportDialog.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Invokes when an action occurs.
 void display(javax.swing.JFrame frame, Design design)
          Displays the ExportDialog.
 void updateExportDialog(java.util.List<java.lang.String> additionalSubjectInfosList)
          Updates the ExportDialog.
 
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

ExportDialog

public ExportDialog(java.util.List<java.lang.String> additionalSubjectInfosList)
Constructs a ExportDialog.

Parameters:
additionalSubjectInfosList -
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Invokes when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

display

public void display(javax.swing.JFrame frame,
                    Design design)
Displays the ExportDialog.

Parameters:
frame -
design -

updateExportDialog

public void updateExportDialog(java.util.List<java.lang.String> additionalSubjectInfosList)
Updates the ExportDialog.

Parameters:
additionalSubjectInfosList -