GraphLab Project

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

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

public class SaveAction
extends java.lang.Object
implements UIActionExtension


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

SaveAction

public SaveAction()
Method Detail

actionPerformed

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

GraphLab Project