GraphLab Project

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

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

public class OpenAction
extends java.lang.Object
implements UIActionExtension


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

OpenAction

public OpenAction()
Method Detail

actionPerformed

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

GraphLab Project