org.ssonet.baseConf
Class NewCertificateDialog

java.lang.Object
  |
  +--org.ssonet.baseConf.NewCertificateDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class NewCertificateDialog
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  javax.swing.JDialog dialog
           
 
Constructor Summary
NewCertificateDialog(javax.swing.JFrame parentFrame, java.lang.String certName)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
static java.lang.String getAnswer(javax.swing.JFrame parentFrame)
           
static java.lang.String getAnswer(javax.swing.JFrame parentFrame, java.lang.String certName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

javax.swing.JDialog dialog
Constructor Detail

NewCertificateDialog

public NewCertificateDialog(javax.swing.JFrame parentFrame,
                            java.lang.String certName)
Method Detail

getAnswer

public static java.lang.String getAnswer(javax.swing.JFrame parentFrame)

getAnswer

public static java.lang.String getAnswer(javax.swing.JFrame parentFrame,
                                         java.lang.String certName)

actionPerformed

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


Copyright © 2003 DRIM Team. All Rights Reserved.