GraphLab Project

graphlab.plugins.commonplugin.reporter.actions
Class Report

java.lang.Object
  extended by graphlab.plugins.commonplugin.reporter.actions.Report
All Implemented Interfaces:
BasicExtension, UIActionExtension

public class Report
extends java.lang.Object
implements UIActionExtension


Constructor Summary
Report()
           
 
Method Summary
 void actionPerformed(BlackBoard blackBoard)
           
static void showBugBuddy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report()
Method Detail

showBugBuddy

public static void showBugBuddy()

actionPerformed

public void actionPerformed(BlackBoard blackBoard)
Specified by:
actionPerformed in interface UIActionExtension

GraphLab Project