crw.framework
Class AppletMode

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--crw.framework.AppletMode
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
Demonstration, Simulation

public class AppletMode
extends java.lang.Thread

the super class for the applet modes to enable the dynimic binding mechanism used to switch the applet modes in this applet


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AppletMode()
          the constructor
 
Method Summary
 void run()
          Run the amimation.
protected  void sleepSomeTime(int time)
          the sleep method,
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, 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

AppletMode

public AppletMode()
the constructor
Method Detail

run

public void run()
Run the amimation. To be overrided by the subclass, the actual mode class.
Overrides:
run in class java.lang.Thread

sleepSomeTime

protected void sleepSomeTime(int time)
the sleep method,