PamView
Class PamDialog.OkButtonPressed

java.lang.Object
  extended by PamView.PamDialog.OkButtonPressed
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
PamDialog

 class PamDialog.OkButtonPressed
extends java.lang.Object
implements java.awt.event.ActionListener

only closes the dialog if getParams returns true.

getParams should copy all data from the dialog controls to appropriate classes and return them to the calling function.


Constructor Summary
PamDialog.OkButtonPressed()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PamDialog.OkButtonPressed

PamDialog.OkButtonPressed()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener