de.uni_paderborn.fujaba.app
Class OKActionListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.OKActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class OKActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

This listener is for the two TextFields in this OptionsPanelProject and will fire the OK-action when enter is pressed.

Version:
$Revision: 1.26 $
Author:
$Author: schneider $

Field Summary
(package private)  ProjectDialog pd
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
(package private) OKActionListener(ProjectDialog pd)
          The ProjectDialog has to be transferred where finally the actionOKButton-method will be called.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pd

ProjectDialog pd
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

OKActionListener

OKActionListener(ProjectDialog pd)
The ProjectDialog has to be transferred where finally the actionOKButton-method will be called.

Parameters:
pd - No description provided
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - No description provided