SALT.gui
Class ExportDialog
java.lang.Object
SALT.gui.Graphics
SALT.gui.Dialog
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportDialog
public ExportDialog(java.util.List<java.lang.String> additionalSubjectInfosList)
- Constructs a ExportDialog.
- Parameters:
additionalSubjectInfosList
-
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
-