org.eclipse.gmt.umlx.editor.delegates
Class AbstractNewBlankSheetAction<M extends GSheet,R extends IRegimeCo1<M,GDiagramParent,?,?>>

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.delegates.EditDomainAction
      extended by org.eclipse.gmt.umlx.editor.delegates.AbstractNewBlankSheetAction<M,R>
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate
Direct Known Subclasses:
NewBlankMmSheetAction, NewBlankTxContextSheetAction

public class AbstractNewBlankSheetAction<M extends GSheet,R extends IRegimeCo1<M,GDiagramParent,?,?>>
extends EditDomainAction


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

Constructor Detail

AbstractNewBlankSheetAction

public AbstractNewBlankSheetAction(R regime)
Method Detail

run

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