org.eclipse.gmt.umlx.tx.editor.delegates
Class TxEditorDomainAction

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.delegates.EditDomainAction
      extended by org.eclipse.gmt.umlx.tx.editor.delegates.TxEditorDomainAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate
Direct Known Subclasses:
AbstractNewTxElementAction, NewDomainAction, NewEvolutionAction, NewEvolutionInstanceAction, NewPreservationAction, NewPreservationInstanceAction, NewRelationAction, NewRelationInstanceAction, NewTransformationAction

public abstract class TxEditorDomainAction
extends EditDomainAction


Constructor Summary
TxEditorDomainAction()
           
 
Method Summary
 void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
           
 
Methods inherited from class org.eclipse.gmt.umlx.editor.delegates.EditDomainAction
run, run, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxEditorDomainAction

public TxEditorDomainAction()
Method Detail

setActivePart

public void setActivePart(org.eclipse.jface.action.IAction action,
                          org.eclipse.ui.IWorkbenchPart targetPart)
Specified by:
setActivePart in interface org.eclipse.ui.IObjectActionDelegate
Overrides:
setActivePart in class EditDomainAction