Uses of Interface
com.notuvy.util.Progressable

Packages that use Progressable
com.notuvy.file Various file manipulation utilities. 
com.notuvy.gui Utilities for building GUI applications. 
com.notuvy.net Utilities for network access. 
com.notuvy.util Various general utilities. 
 

Uses of Progressable in com.notuvy.file
 

Methods in com.notuvy.file that return Progressable
 Progressable FileCopy.getProgress()
           
 

Methods in com.notuvy.file with parameters of type Progressable
 void FileCopy.setProgress(Progressable pProgress)
           
 

Uses of Progressable in com.notuvy.gui
 

Classes in com.notuvy.gui that implement Progressable
 class Progress
          Encapsulate a progress bar exposed as the Progressable interface.
 

Uses of Progressable in com.notuvy.net
 

Methods in com.notuvy.net that return Progressable
 Progressable Download.getProgress()
           
 

Methods in com.notuvy.net with parameters of type Progressable
 void Download.setProgress(Progressable pProgress)
           
 

Uses of Progressable in com.notuvy.util
 

Classes in com.notuvy.util that implement Progressable
 class DummyProgress
          Trivial implementation.
 



Copyright © 2013. All Rights Reserved.