All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cnctInfoClientPack.cnctInfoNameDlg

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----cnctInfoClientPack.cnctInfoNameDlg

public class cnctInfoNameDlg
extends Dialog
implements ActionListener

Variable Index

 o cancelbutton
 o clientChooser
 o clientlabel
 o command
 o namefield
 o okbutton
 o panel
 o parent

Constructor Index

 o cnctInfoNameDlg(Frame, String, Vector)

Method Index

 o actionPerformed(ActionEvent)
 o clientAuswahl(Vector)

Variables

 o namefield
 TextField namefield
 o okbutton
 Button okbutton
 o cancelbutton
 Button cancelbutton
 o panel
 Panel panel
 o command
 Label command
 o clientlabel
 Label clientlabel
 o clientChooser
 Choice clientChooser
 o parent
 cnctInfoClient parent

Constructors

 o cnctInfoNameDlg
 public cnctInfoNameDlg(Frame pw,
                        String title,
                        Vector clients)

Methods

 o clientAuswahl
 private void clientAuswahl(Vector clients)
 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index