Uses of Class
p2pMapReduce.gui.GUIFrame

Packages that use GUIFrame
p2pMapReduce.gui   
 

Uses of GUIFrame in p2pMapReduce.gui
 

Methods in p2pMapReduce.gui with parameters of type GUIFrame
static void BackupJobViewer.show(BackupJob backupJob, NodeFSM nodeFSM, GUIFrame guiFrame)
           
static void PrimaryJobViewer.show(PrimaryJob pj, NodeFSM nodeFSM, GUIFrame guiFrame)
           
static void TaskViewer.show(SlaveTask st, NodeFSM nodeFSM, GUIFrame guiFrame)
           
 

Constructors in p2pMapReduce.gui with parameters of type GUIFrame
ExecutionPanel(NodeModuleImpl nodeModule, GUIFrame guiFrame)
           
NetPanel(NodeModuleImpl nodeModule, GUIFrame guiFrame)