java.lang.Object
java.lang.Thread
cxtable.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 classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| 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 |
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
xSetup
public xSetup(java.lang.String fname,
java.lang.String hname)
xSetup
public xSetup()
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)