GraphLab Project

graphlab.plugins.main.help
Class ShowDocumentations

java.lang.Object
  extended by graphlab.plugins.main.help.ShowDocumentations
All Implemented Interfaces:
BasicExtension, UIActionExtension

public class ShowDocumentations
extends java.lang.Object
implements UIActionExtension

Author:
Azin Azadi

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

Constructor Detail

ShowDocumentations

public ShowDocumentations()
Method Detail

actionPerformed

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

GraphLab Project