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

java.lang.Object
  extended byorg.eclipse.emf.common.command.AbstractCommand
      extended byorg.eclipse.emf.edit.command.ChangeCommand
          extended byorg.eclipse.uml2.common.edit.command.ChangeCommand
              extended byorg.eclipse.uml2.uml.editor.actions.UMLCommandAction.RefreshingChangeCommand
All Implemented Interfaces:
Command
Enclosing class:
UMLCommandAction

protected class UMLCommandAction.RefreshingChangeCommand
extends ChangeCommand


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.command.AbstractCommand
AbstractCommand.NonDirtying
 
Field Summary
 
Fields inherited from class org.eclipse.emf.edit.command.ChangeCommand
changeDescription, changeRecorder, notifier, notifiers
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
UMLCommandAction.RefreshingChangeCommand(EditingDomain editingDomain, Runnable runnable, String label)
           
 
Method Summary
 void execute()
           
 void redo()
           
 void undo()
           
 
Methods inherited from class org.eclipse.uml2.common.edit.command.ChangeCommand
doExecute, getEditingDomain, getRunnable
 
Methods inherited from class org.eclipse.emf.edit.command.ChangeCommand
canUndo, createChangeRecorder, dispose, disposeChangeRecorder, getChangeDescription, getChangeRecorder, prepare, setChangeDescription
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, chain, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UMLCommandAction.RefreshingChangeCommand

public UMLCommandAction.RefreshingChangeCommand(EditingDomain editingDomain,
                                                Runnable runnable,
                                                String label)
Method Detail

execute

public void execute()

undo

public void undo()

redo

public void redo()

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