|
|||||||||
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.AbstractCreateCommand<M,P>
public abstract class AbstractCreateCommand<M,P>
Constructor Summary | |
---|---|
AbstractCreateCommand(java.lang.String label,
M model,
P parent)
|
Method Summary | |
---|---|
void |
addSelectedObjects(java.util.Collection<java.lang.Object> selectedObjects,
boolean isDone)
|
Methods inherited from class org.eclipse.gmt.umlx.editor.commands.AbstractModelCommand |
---|
getModel, toString |
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 AbstractCreateCommand(java.lang.String label, M model, P parent)
Method Detail |
---|
public void addSelectedObjects(java.util.Collection<java.lang.Object> selectedObjects, boolean isDone)
addSelectedObjects
in interface IAbstractCommand
addSelectedObjects
in class AbstractCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |