uk.co.mullsoft.jean.components
Class Application

java.lang.Object
  extended by java.lang.Thread
      extended by uk.co.mullsoft.jean.components.Application
All Implemented Interfaces:
java.lang.Runnable

public class Application
extends java.lang.Thread

Author:
mike.curtis

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
static int SP_WINDOWSMEDIAPLAYER
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Application(javax.swing.JFrame frame)
          Creates a new instance of Application
Application(java.lang.String[] cmd)
          Creates a new instance of Application
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getExitCode()
           
 boolean isWait()
           
 void run()
           
 void run(java.lang.Object[] parameters)
           
 void setWait(boolean wait)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SP_WINDOWSMEDIAPLAYER

public static final int SP_WINDOWSMEDIAPLAYER
See Also:
Constant Field Values
Constructor Detail

Application

public Application(java.lang.String[] cmd)
Creates a new instance of Application


Application

public Application(javax.swing.JFrame frame)
Creates a new instance of Application

Method Detail

setWait

public void setWait(boolean wait)

isWait

public boolean isWait()

run

public void run(java.lang.Object[] parameters)

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

getExitCode

public int getExitCode()
                throws NotFinishedException
Throws:
NotFinishedException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Thread

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object