de.cau.cs.kieler.kaom.diagram.part
Class KaomInitDiagramFileAction

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

public class KaomInitDiagramFileAction
extends Object
implements IObjectActionDelegate

Rating red
Generated:
This code was automatically generated.

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

KaomInitDiagramFileAction

public KaomInitDiagramFileAction()
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.