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

java.lang.Object
  extended byorg.eclipse.emf.edit.ui.action.CommandAction
      extended byorg.eclipse.uml2.uml.editor.actions.UMLCommandAction
All Implemented Interfaces:
IActionDelegate, IActionDelegate2, IEditorActionDelegate, IViewActionDelegate
Direct Known Subclasses:
ApplyProfileAction, ApplyStereotypeAction, CreateExtensionAction, DefineProfileAction, DestroyElementAction, DiagnosticAction, ImportPrimitiveTypeAction, ReferenceMetaclassAction, ReferenceMetamodelAction, UnapplyProfileAction, UnapplyStereotypeAction

public class UMLCommandAction
extends CommandAction


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

Constructor Detail

UMLCommandAction

protected UMLCommandAction()
Method Detail

getLabelProvider

protected ILabelProvider getLabelProvider()

getAdapterFactory

protected AdapterFactory getAdapterFactory()

setActiveEditor

public void setActiveEditor(IAction action,
                            IEditorPart editorPart)

refreshViewer

protected void refreshViewer()

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