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

Quick Search    Search Deep

cxtable.setup_boot
Class xEnterNewSetups  view xEnterNewSetups download xEnterNewSetups.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycxtable.setup_boot.xEnterNewSetups
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable, xEntryHook

public class xEnterNewSetups
extends java.lang.Thread
implements xEntryHook, java.awt.event.ActionListener


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.awt.Frame f
           
(package private)  java.awt.ScrollPane fftps
           
(package private)  java.awt.ScrollPane fhttps
           
(package private)  java.awt.Panel for_ftps
           
(package private)  java.awt.Panel for_https
           
(package private)  java.awt.Panel for_phpservs
           
(package private)  java.awt.Panel for_phpusers
           
(package private)  java.awt.ScrollPane fphps
           
(package private)  java.awt.ScrollPane fphpu
           
(package private)  xSetupDataPanel[] p_ftp
           
(package private)  xSetupDataPanel[] p_http
           
(package private)  xSetupDataPanel[] p_phps
           
(package private)  xSetupDataPanel[] p_phpu
           
private  java.awt.Button process
           
(package private)  xSetupDataContainer xsdc
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
xEnterNewSetups(xSetupDataContainer x)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          This method is invoked when an action occurs.
private  void add(xSetupDataPanel[] x)
           
private  void kill()
           
static void main(java.lang.String[] args)
           
 void perform(java.lang.String s)
           
 void perform(java.lang.String[] s)
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

f

private java.awt.Frame f

process

private java.awt.Button process

for_ftps

java.awt.Panel for_ftps

for_https

java.awt.Panel for_https

for_phpservs

java.awt.Panel for_phpservs

for_phpusers

java.awt.Panel for_phpusers

fftps

java.awt.ScrollPane fftps

fhttps

java.awt.ScrollPane fhttps

fphps

java.awt.ScrollPane fphps

fphpu

java.awt.ScrollPane fphpu

xsdc

xSetupDataContainer xsdc

p_ftp

xSetupDataPanel[] p_ftp

p_http

xSetupDataPanel[] p_http

p_phps

xSetupDataPanel[] p_phps

p_phpu

xSetupDataPanel[] p_phpu
Constructor Detail

xEnterNewSetups

public xEnterNewSetups(xSetupDataContainer x)
Method Detail

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.

Specified by:
run in interface java.lang.Runnable

perform

public void perform(java.lang.String s)
Specified by:
perform in interface xEntryHook

perform

public void perform(java.lang.String[] s)
Specified by:
perform in interface xEntryHook

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

add

private void add(xSetupDataPanel[] x)

kill

private void kill()

main

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