org.keridwen.modelling.mesh.inspector.core
Class Controller.MeshLoader

java.lang.Object
  extended by java.lang.Thread
      extended by org.keridwen.modelling.mesh.inspector.core.Controller.MeshLoader
All Implemented Interfaces:
Runnable
Enclosing class:
Controller

public class Controller.MeshLoader
extends Thread

Threaded mesh loader. Called by the loadMeshUpdateTreeAndGo method.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 int progressValue
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Controller.MeshLoader(com.artenum.penelope.mesh.interfaces.Mesh mesh, File fileIn, MeshUIPanel uiPanel)
           
 
Method Summary
 void run()
           
 void setActionListener(ActionListener listener)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

progressValue

public int progressValue
Constructor Detail

Controller.MeshLoader

public Controller.MeshLoader(com.artenum.penelope.mesh.interfaces.Mesh mesh,
                             File fileIn,
                             MeshUIPanel uiPanel)
Method Detail

setActionListener

public void setActionListener(ActionListener listener)

run

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


Copyright © 2013 Artenum. All Rights Reserved.