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

List of all members.

Detailed Description

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

Author:
Brian Ellis


Public Member Functions

 AddButtonActionListener (JTextField newPriorityField, JTextField newNameField, JTextField newTextField, JTextField newPersonField, JComboBox newTypePopup)
 Constructs an AddButtonActionListener with the given controls.
void actionPerformed (ActionEvent e)
 Called when the user clicks the Add button.

Private Attributes

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

JTextField newPriorityField
JTextField newNameField
JTextField newTextField
JTextField newPersonField
JComboBox newTypePopup


Constructor & Destructor Documentation

edu.cmu.hcii.calo.thinkaloud.WOZFrontEndNotificationPanel.AddButtonActionListener.AddButtonActionListener ( JTextField  newPriorityField,
JTextField  newNameField,
JTextField  newTextField,
JTextField  newPersonField,
JComboBox  newTypePopup 
)

Constructs an AddButtonActionListener with the given controls.

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

Parameters:
newPriorityField the priority field
newNameField the name field
newTextField the text field
newPersonField the person field
newTypePopup the type popup


Member Function Documentation

void edu.cmu.hcii.calo.thinkaloud.WOZFrontEndNotificationPanel.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:20 2007 for CALO by  doxygen 1.5.2