graphlab.gui.plugins.main.reporter
Class ReporterPluginMethods

java.lang.Object
  extended by graphlab.gui.plugins.main.reporter.ReporterPluginMethods
All Implemented Interfaces:
PluginMethods

public class ReporterPluginMethods
extends java.lang.Object
implements PluginMethods

Author:
azin azadi

Constructor Summary
ReporterPluginMethods()
           
 
Method Summary
static boolean browse(java.lang.String htmlText)
          opens a browser for displaing the given htmltext it first tries to open an external browser then internal one
static boolean browse(java.net.URL url)
          opens a browser for displaing the given url it first tries to open an external browser then internal one
static void showBugBuddy()
          opens a browser window to report a bug to server ## it is also possible to have a more control on the opening page, the operation are similar to ExceptionReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReporterPluginMethods

public ReporterPluginMethods()
Method Detail

browse

public static boolean browse(java.lang.String htmlText)
opens a browser for displaing the given htmltext it first tries to open an external browser then internal one

Returns:
true if successfull

browse

public static boolean browse(java.net.URL url)
opens a browser for displaing the given url it first tries to open an external browser then internal one

Returns:
true if successfull

showBugBuddy

public static void showBugBuddy()
opens a browser window to report a bug to server ## it is also possible to have a more control on the opening page, the operation are similar to ExceptionReport