de.cau.cs.kieler.keg.diagram.part
Class GraphsInitDiagramFileAction

java.lang.Object
  extended by de.cau.cs.kieler.keg.diagram.part.GraphsInitDiagramFileAction
All Implemented Interfaces:
IActionDelegate, IObjectActionDelegate

public class GraphsInitDiagramFileAction
extends Object
implements IObjectActionDelegate

Rating red
Generated:
This code was automatically generated.

Constructor Summary
GraphsInitDiagramFileAction()
           
 
Method Summary
 void run(IAction action)
           
 void selectionChanged(IAction action, ISelection selection)
           
 void setActivePart(IAction action, IWorkbenchPart targetPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphsInitDiagramFileAction

public GraphsInitDiagramFileAction()
Method Detail

setActivePart

public void setActivePart(IAction action,
                          IWorkbenchPart targetPart)
Specified by:
setActivePart in interface IObjectActionDelegate
Generated:
This code was automatically generated.

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)
Specified by:
selectionChanged in interface IActionDelegate
Generated:
This code was automatically generated.

run

public void run(IAction action)
Specified by:
run in interface IActionDelegate
Generated:
This code was automatically generated.