Class ViewJProgressBarMulti.Linking

  • Enclosing class:
    ViewJProgressBarMulti

    private class ViewJProgressBarMulti.Linking
    extends java.lang.Object
    Very basic structure to update determine which algorithm is linked, and over what range. Only one link is allowed as of now.
    Author:
    wangvg
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Runnable link  
      private int max  
      private int min  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Linking​(java.lang.Runnable alg, int min, int max)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • link

        private java.lang.Runnable link
      • min

        private int min
      • max

        private int max
    • Constructor Detail

      • Linking

        private Linking​(java.lang.Runnable alg,
                        int min,
                        int max)