org.eclipse.gmt.umlx.tools
Class Umlx2QvtRAction

java.lang.Object
  extended by org.eclipse.gmt.umlx.tools.AbstractTransformAction
      extended by org.eclipse.gmt.umlx.tools.Umlx2QvtRAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

public class Umlx2QvtRAction
extends AbstractTransformAction


Field Summary
 
Fields inherited from class org.eclipse.gmt.umlx.tools.AbstractTransformAction
TRANSFORM_FILES_TITLE
 
Constructor Summary
Umlx2QvtRAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
          Respond to the transform a multi-file action by prompting for an output folder and then transforming all files there.
 
Methods inherited from class org.eclipse.gmt.umlx.tools.AbstractTransformAction
getOutputFile, getOutputFiles, promptForFile, promptForFolder, selectionChanged, setActivePart, transform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Umlx2QvtRAction

public Umlx2QvtRAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Respond to the transform a multi-file action by prompting for an output folder and then transforming all files there.