GraphLab Project

graphlab.plugins.main.saveload.core.extension
Class GraphWriterExtensionAction

java.lang.Object
  extended by graphlab.platform.core.AbstractAction
      extended by graphlab.ui.AbstractExtensionAction
          extended by graphlab.plugins.main.saveload.core.extension.GraphWriterExtensionAction
All Implemented Interfaces:
Action, Listener, java.awt.event.ActionListener, java.util.EventListener

public class GraphWriterExtensionAction
extends AbstractExtensionAction

Author:
azin azadi

Field Summary
 
Fields inherited from class graphlab.ui.AbstractExtensionAction
extraButton, menuItem, parentMenu, target
 
Fields inherited from class graphlab.platform.core.AbstractAction
blackboard
 
Constructor Summary
GraphWriterExtensionAction(BlackBoard bb, GraphWriterExtension ge)
           
 
Method Summary
 java.lang.String getMenuNamePrefix()
          to put a prefix before the name of your extension menu override this method
 java.lang.String getParentMenuName()
          returns the menu name that the menuitem of this action is its child
 void performExtension()
           
 
Methods inherited from class graphlab.ui.AbstractExtensionAction
actionPerformed, createExtensionCommandsForCommandLine, createMenuItem, getMenuPlace, getParentMenu, getTarget, isInsertExtraButtonToMenuItem, performAction, performExtensionInCommandLine, removeCreatedUIComponents, testAndSetParameters
 
Methods inherited from class graphlab.platform.core.AbstractAction
disable, enable, getBlackBoard, getLastListenedEventKey, isEnable, keyChanged, listen4Event, setBlackBoard, unListenEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphWriterExtensionAction

public GraphWriterExtensionAction(BlackBoard bb,
                                  GraphWriterExtension ge)
Method Detail

getParentMenuName

public java.lang.String getParentMenuName()
Description copied from class: AbstractExtensionAction
returns the menu name that the menuitem of this action is its child

Specified by:
getParentMenuName in class AbstractExtensionAction

getMenuNamePrefix

public java.lang.String getMenuNamePrefix()
Description copied from class: AbstractExtensionAction
to put a prefix before the name of your extension menu override this method

Overrides:
getMenuNamePrefix in class AbstractExtensionAction

performExtension

public void performExtension()
Specified by:
performExtension in class AbstractExtensionAction

GraphLab Project