java.lang.Object
java.lang.Thread
cxtable.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 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 |
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
xEnterNewSetups
public xEnterNewSetups(xSetupDataContainer x)
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)