|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
visual.FrontEnd
public class FrontEnd
Created by IntelliJ IDEA. User: andy Date: Apr 7, 2010
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
Entity |
entity
|
java.lang.Object |
lock
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
FrontEnd()
|
Method Summary | |
---|---|
void |
changeViewedEntity(Entity entity)
When a new picking action is caught, if the user has chosen to change the monitored entity, engine3d calls this method to notify the FrontEnd thread for the change. |
javax.swing.JPanel |
getContainer()
Is called by Engine3d, which extends frame. |
void |
run()
|
void |
setTime(double time)
|
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, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Entity entity
public final java.lang.Object lock
Constructor Detail |
---|
public FrontEnd()
Method Detail |
---|
public void changeViewedEntity(Entity entity)
entity
- the entity that the user wants to monitore.public javax.swing.JPanel getContainer()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void setTime(double time)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |