org.eclipse.gmt.umlx.mm.editor.delegates
Class NewParameterAction

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.delegates.EditDomainAction
      extended by org.eclipse.gmt.umlx.mm.editor.delegates.MmEditorDomainAction
          extended by org.eclipse.gmt.umlx.mm.editor.delegates.NewParameterAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

public class NewParameterAction
extends MmEditorDomainAction


Constructor Summary
NewParameterAction()
           
 
Method Summary
 void run(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.jface.viewers.IStructuredSelection structuredSelection)
           
 
Methods inherited from class org.eclipse.gmt.umlx.mm.editor.delegates.MmEditorDomainAction
setActivePart
 
Methods inherited from class org.eclipse.gmt.umlx.editor.delegates.EditDomainAction
run, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewParameterAction

public NewParameterAction()
Method Detail

run

public void run(org.eclipse.core.runtime.IProgressMonitor monitor,
                org.eclipse.jface.viewers.IStructuredSelection structuredSelection)
Specified by:
run in class EditDomainAction