|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.platform.core.AbstractAction
graphlab.ui.AbstractExtensionAction
graphlab.plugins.reports.extension.GraphReportExtensionAction
public class GraphReportExtensionAction
Field Summary | |
---|---|
protected GraphReportExtension |
mr
|
Fields inherited from class graphlab.ui.AbstractExtensionAction |
---|
extraButton, menuItem, parentMenu, target |
Fields inherited from class graphlab.platform.core.AbstractAction |
---|
blackboard |
Constructor Summary | |
---|---|
GraphReportExtensionAction(BlackBoard bb,
GraphReportExtension gg)
|
Method Summary | |
---|---|
java.lang.String |
getParentMenuName()
returns the menu name that the menuitem of this action is its child |
void |
performExtension()
|
java.lang.Object |
performExtensionInCommandLine()
inorder if you created a new type of extension and for that extension you want to do some thing different when it is called on commandline (i.e. |
Methods inherited from class graphlab.ui.AbstractExtensionAction |
---|
actionPerformed, createExtensionCommandsForCommandLine, createMenuItem, getMenuNamePrefix, getMenuPlace, getParentMenu, getTarget, isInsertExtraButtonToMenuItem, performAction, 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 |
Field Detail |
---|
protected GraphReportExtension mr
Constructor Detail |
---|
public GraphReportExtensionAction(BlackBoard bb, GraphReportExtension gg)
Method Detail |
---|
public java.lang.String getParentMenuName()
AbstractExtensionAction
getParentMenuName
in class AbstractExtensionAction
public java.lang.Object performExtensionInCommandLine()
AbstractExtensionAction
performExtensionInCommandLine
in class AbstractExtensionAction
GraphGeneratorExtensionAction
public void performExtension()
performExtension
in class AbstractExtensionAction
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |