|
|||||||||
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.AbstractValueCommand
org.eclipse.gmt.umlx.editor.commands.SetValueCommand
public class SetValueCommand
Constructor Summary | |
---|---|
SetValueCommand(java.lang.String propLabel,
IModelPropertyDescriptor descriptor,
java.lang.Object propertyValue)
|
Method Summary | |
---|---|
static SetValueCommand |
create(java.lang.String label,
IModelPropertyDescriptor descriptor,
java.lang.Object propertyValue)
|
Methods inherited from class org.eclipse.gmt.umlx.editor.commands.AbstractValueCommand |
---|
toString |
Methods inherited from class org.eclipse.gmt.umlx.editor.command.AbstractCommand |
---|
addSelectedObjects, 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 SetValueCommand(java.lang.String propLabel, IModelPropertyDescriptor descriptor, java.lang.Object propertyValue)
Method Detail |
---|
public static SetValueCommand create(java.lang.String label, IModelPropertyDescriptor descriptor, java.lang.Object propertyValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |