edu.cmu.hcii.calo.thinkaloud.WOZFrontEndTaskPanel.AddButtonActionListener Class Reference

Collaboration diagram for edu.cmu.hcii.calo.thinkaloud.WOZFrontEndTaskPanel.AddButtonActionListener:

Collaboration graph
[legend]
List of all members.

Detailed Description

An action listener subclass that tells the front-end to remotely add a task when the add button is clicked.

Author:
Brian Ellis


Public Member Functions

void actionPerformed (ActionEvent e)
 Called when the user clicks the Add button.

Private Member Functions

 AddButtonActionListener (JDateChooser newDateChooser, JTextField newPriorityField, JCheckBox newCompleteBox, TimeSpinner newTimeSpinner, JTextField newNameField, JCheckBox newDueDateBox, JCheckBox newOnHoldBox)
 Constructs an AddButtonActionListener with the given controls.

Private Attributes

Controls
Controls we need to query when the add button is pressed.

final JDateChooser newDateChooser
final JTextField newPriorityField
final JCheckBox newCompleteBox
final TimeSpinner newTimeSpinner
final JTextField newNameField
final JCheckBox newDueDateBox
final JCheckBox newOnHoldBox


Constructor & Destructor Documentation

edu.cmu.hcii.calo.thinkaloud.WOZFrontEndTaskPanel.AddButtonActionListener.AddButtonActionListener ( JDateChooser  newDateChooser,
JTextField  newPriorityField,
JCheckBox  newCompleteBox,
TimeSpinner  newTimeSpinner,
JTextField  newNameField,
JCheckBox  newDueDateBox,
JCheckBox  newOnHoldBox 
) [private]

Constructs an AddButtonActionListener with the given controls.

These controls will be queried for their state when the add button is pressed so that the task that's added has the right information associated with it.

Parameters:
newDateChooser the date chooser
newPriorityField the priority field
newCompleteBox the complete box
newTimeSpinner the time spinner
newNameField the name field
newDueDateBox the due date box
newOnHoldBox the on hold box


Member Function Documentation

void edu.cmu.hcii.calo.thinkaloud.WOZFrontEndTaskPanel.AddButtonActionListener.actionPerformed ( ActionEvent  e  ) 

Called when the user clicks the Add button.


The documentation for this class was generated from the following file:
Generated on Mon Aug 13 15:06:21 2007 for CALO by  doxygen 1.5.2