org.globus.cog.gui.setup
Class CoGSetup

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.globus.cog.gui.setup.CoGSetup
All Implemented Interfaces:
Runnable, Serializable

public class CoGSetup
extends Thread
implements Serializable

The main class for the setup. It creates and displays the setup frame

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CoGSetup()
           
 
Method Summary
 void destroy()
           
 void frameClosed()
           
 void hide()
          Hides the setup wizard frame
static void main(String[] argv)
           
 void run()
          Use this as a blocking method of running the setup wizard.
 void show()
          Shows/activates the setup window
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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
 

Constructor Detail

CoGSetup

public CoGSetup()
Method Detail

run

public void run()
Use this as a blocking method of running the setup wizard. It will return only after the wizard terminates.

Specified by:
run in interface Runnable

show

public void show()
Shows/activates the setup window


destroy

public void destroy()

hide

public void hide()
Hides the setup wizard frame


frameClosed

public void frameClosed()

main

public static void main(String[] argv)