Uses of Interface
p2pMapReduce.gui.Updatable

Packages that use Updatable
p2pMapReduce.gui   
 

Uses of Updatable in p2pMapReduce.gui
 

Classes in p2pMapReduce.gui that implement Updatable
 class BackupJobViewer
           
 class ExecutionPanel
           
 class NetPanel
           
 class PrimaryJobViewer
           
 class TaskViewer
           
 class UserJobFrame
          A frame to show information about jobs submitted by the user
 

Methods in p2pMapReduce.gui with parameters of type Updatable
 void Updater.addUpdatable(Updatable updatable)
           
 boolean Updater.removeUpdatable(Updatable updatable)