|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.edit.command.ChangeCommand
org.eclipse.uml2.common.edit.command.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 | |
ChangeCommand(EditingDomain editingDomain,
Runnable runnable)
|
|
ChangeCommand(EditingDomain editingDomain,
Runnable runnable,
String label)
|
|
ChangeCommand(EditingDomain editingDomain,
Runnable runnable,
String label,
String description)
|
Method Summary | |
protected void |
doExecute()
|
EditingDomain |
getEditingDomain()
|
protected Runnable |
getRunnable()
|
Methods inherited from class org.eclipse.emf.edit.command.ChangeCommand |
canUndo, createChangeRecorder, dispose, disposeChangeRecorder, execute, getChangeDescription, getChangeRecorder, prepare, redo, setChangeDescription, undo |
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 |
public ChangeCommand(EditingDomain editingDomain, Runnable runnable)
public ChangeCommand(EditingDomain editingDomain, Runnable runnable, String label)
public ChangeCommand(EditingDomain editingDomain, Runnable runnable, String label, String description)
Method Detail |
public EditingDomain getEditingDomain()
protected Runnable getRunnable()
protected void doExecute()
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |