org.eclipse.uml2.uml.editor.actions
Class UnapplyStereotypeAction

java.lang.Object
  extended byorg.eclipse.emf.edit.ui.action.CommandAction
      extended byorg.eclipse.uml2.uml.editor.actions.UMLCommandAction
          extended byorg.eclipse.uml2.uml.editor.actions.UnapplyStereotypeAction
All Implemented Interfaces:
IActionDelegate, IActionDelegate2, IEditorActionDelegate, IViewActionDelegate

public class UnapplyStereotypeAction
extends UMLCommandAction


Nested Class Summary
 
Nested classes inherited from class org.eclipse.uml2.uml.editor.actions.UMLCommandAction
UMLCommandAction.RefreshingChangeCommand, UMLCommandAction.TextComparator
 
Field Summary
 
Fields inherited from class org.eclipse.emf.edit.ui.action.CommandAction
action, collection, command, editingDomain, editorPart, workbenchPart
 
Constructor Summary
UnapplyStereotypeAction()
           
 
Method Summary
protected  Command createActionCommand(EditingDomain editingDomain, Collection collection)
           
 void run(IAction action)
           
 
Methods inherited from class org.eclipse.uml2.uml.editor.actions.UMLCommandAction
getAdapterFactory, getLabelProvider, refreshViewer, setActiveEditor
 
Methods inherited from class org.eclipse.emf.edit.ui.action.CommandAction
dispose, getDefaultImageDescriptor, init, init, objectToImageDescriptor, runWithEvent, selectionChanged, setActiveWorkbenchPart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnapplyStereotypeAction

public UnapplyStereotypeAction()
Method Detail

createActionCommand

protected Command createActionCommand(EditingDomain editingDomain,
                                      Collection collection)

run

public void run(IAction action)

Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.