Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cxtable.setup_boot
Class xSetupPopup  view xSetupPopup download xSetupPopup.java

java.lang.Object
  extended bycxtable.setup_boot.xSetupPopup
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, xEntryListened

public class xSetupPopup
extends java.lang.Object
implements xEntryListened, java.awt.event.ActionListener


Field Summary
static int AS_FTP
           
static int AS_HTTP
           
private  java.awt.Button entrydone
           
(package private) static java.lang.String[] for_ftp
           
(package private) static java.lang.String[] for_http
           
private  java.lang.String[] labs
           
private  java.awt.TextField[] texts
           
private  java.awt.Frame topop
           
private  int which
           
private  xEntryListener xel
           
 
Constructor Summary
xSetupPopup(int w, xEntryListener xl)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          This method is invoked when an action occurs.
 void create()
           
 java.lang.String[] getAnswers()
           
 int getWhich()
           
 void kill()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topop

private java.awt.Frame topop

entrydone

private java.awt.Button entrydone

AS_FTP

public static int AS_FTP

AS_HTTP

public static int AS_HTTP

which

private int which

labs

private java.lang.String[] labs

texts

private java.awt.TextField[] texts

xel

private xEntryListener xel

for_ftp

static java.lang.String[] for_ftp

for_http

static java.lang.String[] for_http
Constructor Detail

xSetupPopup

public xSetupPopup(int w,
                   xEntryListener xl)
Method Detail

create

public void create()

kill

public void kill()
Specified by:
kill in interface xEntryListened

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

getAnswers

public java.lang.String[] getAnswers()
Specified by:
getAnswers in interface xEntryListened

main

public static void main(java.lang.String[] args)

getWhich

public int getWhich()
Specified by:
getWhich in interface xEntryListened