GraphLab Project

graphlab.plugins.main.help
Class ShowWelcomePage

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

public class ShowWelcomePage
extends java.lang.Object
implements UIActionExtension

Author:
Azin Azadi

Constructor Summary
ShowWelcomePage()
           
 
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

ShowWelcomePage

public ShowWelcomePage()
Method Detail

actionPerformed

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

GraphLab Project