GraphLab Project

graphlab.plugins.reports
Class ShowReports

java.lang.Object
  extended by graphlab.plugins.reports.ShowReports
All Implemented Interfaces:
BasicExtension, Extension, GraphActionExtension, GraphActionInterface

public class ShowReports
extends java.lang.Object
implements GraphActionExtension

shows the property editor contains all registered report(extensions)

Author:
azin azadi

Constructor Summary
ShowReports()
           
 
Method Summary
 void action(GraphData gd)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowReports

public ShowReports()
Method Detail

action

public void action(GraphData gd)
Specified by:
action in interface GraphActionInterface

getName

public java.lang.String getName()
Specified by:
getName in interface Extension

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Extension

GraphLab Project