|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
org.eclipse.gmt.umlx.editor.command.AbstractCommand
org.eclipse.gmt.umlx.editor.commands.AbstractModelCommand<M>
org.eclipse.gmt.umlx.editor.commands.AbstractChangeCommand<M>
org.eclipse.gmt.umlx.editor.commands.ChangeValueCommand<URelationInstance,URelation>
org.eclipse.gmt.umlx.tx.editor.commands.ChangeRelationInstanceCommand
public class ChangeRelationInstanceCommand
Constructor Summary | |
---|---|
ChangeRelationInstanceCommand(URelationInstance model,
URelation newValue)
|
Method Summary | |
---|---|
URelation |
getValue(URelationInstance model)
|
void |
setValue(URelationInstance model,
URelation value)
|
Methods inherited from class org.eclipse.gmt.umlx.editor.commands.ChangeValueCommand |
---|
doRedo, doUndo, toString |
Methods inherited from class org.eclipse.gmt.umlx.editor.commands.AbstractChangeCommand |
---|
addSelectedObjects |
Methods inherited from class org.eclipse.gmt.umlx.editor.commands.AbstractModelCommand |
---|
getModel |
Methods inherited from class org.eclipse.gmt.umlx.editor.command.AbstractCommand |
---|
canExecute, canUndo, couldNotUnlock, diagnoseCannotExecute, dispose, execute, getCommand, prepare, prepare, redo, requestModification, undo |
Methods inherited from class org.eclipse.gef.commands.Command |
---|
chain, getDebugLabel, getLabel, setDebugLabel, setLabel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.gmt.umlx.editor.command.IAbstractCommand |
---|
getLabel |
Constructor Detail |
---|
public ChangeRelationInstanceCommand(URelationInstance model, URelation newValue)
Method Detail |
---|
public URelation getValue(URelationInstance model)
getValue
in class ChangeValueCommand<URelationInstance,URelation>
public void setValue(URelationInstance model, URelation value)
setValue
in class ChangeValueCommand<URelationInstance,URelation>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |