GraphLab Project

graphlab.samples.ui.texteditor.myplugin.actions
Class AboutAction

java.lang.Object
  extended by graphlab.samples.ui.texteditor.myplugin.actions.AboutAction
All Implemented Interfaces:
BasicExtension, UIActionExtension

public class AboutAction
extends java.lang.Object
implements UIActionExtension


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

AboutAction

public AboutAction()
Method Detail

actionPerformed

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

GraphLab Project