Class Transition

  • All Implemented Interfaces:
    java.lang.Runnable

    public class Transition
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.widgets.Control control  
      private int current  
      private int incr  
      private int tick  
      private int to  
    • Constructor Summary

      Constructors 
      Constructor Description
      Transition​(org.eclipse.swt.widgets.Control control, int current, int tick)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean done()  
      int getCurrent()  
      void run()  
      void to​(int to)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • control

        private final org.eclipse.swt.widgets.Control control
      • tick

        private final int tick
      • current

        private int current
      • to

        private int to
      • incr

        private int incr
    • Constructor Detail

      • Transition

        public Transition​(org.eclipse.swt.widgets.Control control,
                          int current,
                          int tick)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • to

        public void to​(int to)
      • getCurrent

        public int getCurrent()
      • done

        public boolean done()