Class GUI

    • Constructor Summary

      Constructors 
      Constructor Description
      GUI()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addedFile​(int fileCount, java.io.File file)  
      java.lang.String getPhaseText​(int phase)  
      static void main​(java.lang.String[] args)  
      void phaseUpdate​(int phase)  
      • Methods inherited from class java.lang.Object

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

      • GUI

        public GUI()
    • Method Detail

      • getPhaseText

        public java.lang.String getPhaseText​(int phase)
      • addedFile

        public void addedFile​(int fileCount,
                              java.io.File file)
        Specified by:
        addedFile in interface CPDListener
      • main

        public static void main​(java.lang.String[] args)