org.eclipse.gmt.umlx.editor.delegates
Class NewSharedEditorAction

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

public class NewSharedEditorAction
extends EditDomainAction

NewSharedEditorAction invokes the NewWizrad to create a new editor that is shared as part ofg the current edit session.


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

NewSharedEditorAction

public NewSharedEditorAction()
Method Detail

run

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