org.moyoman.client.reference.debug
Class DebugPanel$1

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.moyoman.client.reference.util.RealizedThread
              |
              +--org.moyoman.client.reference.debug.DebugPanel$1
All Implemented Interfaces:
Runnable

synchronized class DebugPanel$1
extends RealizedThread


Field Summary
 
Fields inherited from class org.moyoman.client.reference.util.RealizedThread
_component
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) DebugPanel$1(DebugPanel, Component)
           
 
Method Summary
 void realized()
          Action to perform when the component is realized.
 
Methods inherited from class org.moyoman.client.reference.util.RealizedThread
run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, 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

DebugPanel$1

DebugPanel$1(DebugPanel,
             Component)
Method Detail

realized

public void realized()
Description copied from class: RealizedThread
Action to perform when the component is realized. Subclasses need to override this method.

Specified by:
realized in class RealizedThread