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

Quick Search    Search Deep

cxtable.setup_boot
Class xSetup  view xSetup download xSetup.java

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

public class xSetup
extends java.lang.Thread
implements xEntryListener, java.awt.event.ActionListener, xSetupHook


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.awt.Button add_reg
           
private  java.awt.Button add_user
           
(package private)  java.lang.String dirpath
           
(package private)  java.lang.String fs
           
private  xFTPData[] ftpdat
           
private  java.io.File ftpfilepath
           
private  java.awt.Label ftplabs
           
private  xHTTPData[] htpdat
           
private  java.awt.Label htplabs
           
private  java.io.File httpfilepath
           
private  xPHPData[] phpdat
           
private  xPHPServData[] phpservdat
           
private  java.awt.Button save
           
private  java.awt.Frame sframe
           
private  java.awt.Button view_reg
           
private  java.awt.Button view_user
           
private  cxtable.xLineSplit xls
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
xSetup()
           
xSetup(java.lang.String fname, java.lang.String hname)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          This method is invoked when an action occurs.
 void entryDone(xEntryListened ed)
           
 void kill()
           
static void main(java.lang.String[] args)
           
private  void process_new_ftp(java.lang.String[] s)
           
private  void process_new_http(java.lang.String[] s)
           
private  java.lang.String readfile(java.io.File f)
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
private  void save()
           
 void setFTP(xFTPData[] f)
           
 void setHTTP(xHTTPData[] h)
           
 void setPHP(xPHPData[] x)
           
 void setPHPServ(xPHPServData[] x)
           
 void update()
           
private  void writefile(java.io.File f, java.lang.String s)
           
 
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

dirpath

java.lang.String dirpath

fs

java.lang.String fs

ftpfilepath

private java.io.File ftpfilepath

httpfilepath

private java.io.File httpfilepath

phpdat

private xPHPData[] phpdat

phpservdat

private xPHPServData[] phpservdat

htpdat

private xHTTPData[] htpdat

ftpdat

private xFTPData[] ftpdat

xls

private cxtable.xLineSplit xls

sframe

private java.awt.Frame sframe

add_user

private java.awt.Button add_user

add_reg

private java.awt.Button add_reg

view_user

private java.awt.Button view_user

view_reg

private java.awt.Button view_reg

save

private java.awt.Button save

ftplabs

private java.awt.Label ftplabs

htplabs

private java.awt.Label htplabs
Constructor Detail

xSetup

public xSetup(java.lang.String fname,
              java.lang.String hname)

xSetup

public xSetup()
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

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

entryDone

public void entryDone(xEntryListened ed)
Specified by:
entryDone in interface xEntryListener

save

private void save()

writefile

private void writefile(java.io.File f,
                       java.lang.String s)
                throws java.lang.Exception

readfile

private java.lang.String readfile(java.io.File f)

process_new_ftp

private void process_new_ftp(java.lang.String[] s)

setFTP

public void setFTP(xFTPData[] f)
Specified by:
setFTP in interface xSetupHook

setHTTP

public void setHTTP(xHTTPData[] h)
Specified by:
setHTTP in interface xSetupHook

setPHP

public void setPHP(xPHPData[] x)
Specified by:
setPHP in interface xSetupHook

setPHPServ

public void setPHPServ(xPHPServData[] x)
Specified by:
setPHPServ in interface xSetupHook

update

public void update()
Specified by:
update in interface xSetupHook

process_new_http

private void process_new_http(java.lang.String[] s)

kill

public void kill()

main

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