graphlab.gui.plugins.metrics.core.extension.vertex
Class VertexMetrExtensionAction

java.lang.Object
  extended by graphlab.main.core.action.AbstractAction
      extended by graphlab.ui.AbstractExtensionAction
          extended by graphlab.gui.plugins.metrics.core.extension.vertex.VertexMetrExtensionAction
All Implemented Interfaces:
Action, Notifiable

public class VertexMetrExtensionAction
extends AbstractExtensionAction

Author:
azin azadi

Field Summary
 
Fields inherited from class graphlab.main.core.action.AbstractAction
listeningEvents
 
Constructor Summary
VertexMetrExtensionAction(BlackBoard bb, VertexMetrExtension vm)
           
 
Method Summary
 java.lang.String getParentMenuName()
          returns the menu name that the menuitem of this action is its child
 void performJob(java.lang.String name)
          like Action
 
Methods inherited from class graphlab.ui.AbstractExtensionAction
getMenuNamePrefix, removeCreatedUIComponents, setEvent, testAndSetParameters
 
Methods inherited from class graphlab.main.core.action.AbstractAction
disable, doJob, enable, getBlackBoard, isEnable, setBlackBoard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexMetrExtensionAction

public VertexMetrExtensionAction(BlackBoard bb,
                                 VertexMetrExtension vm)
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

performJob

public void performJob(java.lang.String name)
Description copied from class: AbstractAction
like Action

Specified by:
performJob in class AbstractExtensionAction