Uses of Class
SALT.assessment.Design

Packages that use Design
mediaplayer   
SALT.assessment   
SALT.gui   
 

Uses of Design in mediaplayer
 

Methods in mediaplayer with parameters of type Design
 void Main.setDesign(Design design)
          sets a design and opens the midi devices
 

Uses of Design in SALT.assessment
 

Fields in SALT.assessment declared as Design
 Design Salt.design
           
 

Methods in SALT.assessment that return Design
static Design DesignReader.getDesign(java.io.File file)
          Writes the data from a .design file, which has XML style in a Design object.
 

Methods in SALT.assessment with parameters of type Design
static Session SessionReader.getSortedTrialInfos(java.io.File file, Design design)
          Writes the data from a .log-File, which has XML style in a Session object.
 void Session.initWithDesign(Design design)
          Adds all XtraInfos from the Design and one TrialInfo to the session.
static void DesignWriter.writeDesignXML(java.io.File outputFile, Design newDesign)
          Writes a Design in a .design file, which has XML style.
static void SessionWriter.writeSessionToLogFile(java.io.File outputFile, Session session, Design design)
          Writes a Session in a .log file, which has XML style.
 

Uses of Design in SALT.gui
 

Methods in SALT.gui that return Design
 Design GUI.displayNewDesignDialog()
          Calls the DesignDialog to create a new design.
 Design GUI.displayOpenDesignDialog()
          Displays a JFileChooser to open a design and an OpenDesignDialog.
 

Methods in SALT.gui with parameters of type Design
 void ExportDialog.display(javax.swing.JFrame frame, Design design)
          Displays the ExportDialog.
 boolean OpenDesignDialog.display(javax.swing.JFrame frame, Design design)
          Displays the OpenDesignDialog.
 boolean DesignDialog.display(javax.swing.JFrame frame, Design design, boolean edit)
          Displays the DesignDialog.
 void ButtonDialog.display(javax.swing.JFrame frame, Design design, int selectedItem)
          Displays the ButtonDialog.
 void FaderDialog.display(javax.swing.JFrame frame, Design design, int selectedItem)
          Displays the FaderDialog.
 java.lang.String TrialItemDialog.display(javax.swing.JFrame frame, Design design, java.lang.Integer ID, java.lang.String dialogName)
          Displays the TrialItemDialog.
 java.lang.String ContinuousDialog.display(javax.swing.JFrame frame, Design design, javax.swing.JComboBox MIDIButtonNumberForwardComboBox, javax.swing.JComboBox MIDIButtonNumberBackwardComboBox, javax.swing.JComboBox MIDIButtonNumberContinuousComboBox)
          Displays the ContinuousDialog.
 java.lang.String AdditionalSubjectInfoDialog.display(javax.swing.JFrame frame, Design design, java.lang.String name, java.lang.String displayTitle)
          Displays the AdditionalSubjectInfoDialog.
 void GUI.displayEditDesignDialog(Design design)
          Calls the EditSessionDialog.
 void GUI.displayExportDialog(Design design)
          Calls the ExportDialog.
 Session GUI.openSession(Design design)
          Displays a JFileChooser to open a session.