Class MinimizationThread

  • All Implemented Interfaces:
    java.lang.Runnable

    public class MinimizationThread
    extends JmolThread
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void oops​(java.lang.Exception e)  
      protected void run1​(int mode)  
      int setManager​(java.lang.Object manager, Viewer vwr, java.lang.Object options)  
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, suspend, yield
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MinimizationThread

        public MinimizationThread()
    • Method Detail

      • setManager

        public int setManager​(java.lang.Object manager,
                              Viewer vwr,
                              java.lang.Object options)
        Overrides:
        setManager in class JmolThread
        Returns:
        TODO
      • run1

        protected void run1​(int mode)
                     throws java.lang.InterruptedException
        Specified by:
        run1 in class JmolThread
        Throws:
        java.lang.InterruptedException
      • oops

        protected void oops​(java.lang.Exception e)
        Overrides:
        oops in class JmolThread