GraphLab Project

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

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

public class NewAction
extends java.lang.Object
implements UIActionExtension


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

NewAction

public NewAction()
Method Detail

actionPerformed

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

GraphLab Project