|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCreateGraphNodeCommand
org.topcased.modeler.uml.sequencediagram.commands.creation.CombinedFragmentCreationCommand
public class CombinedFragmentCreationCommand
Command to create a CombinedFragment Creation 8 juin 06
Constructor Summary | |
---|---|
CombinedFragmentCreationCommand(org.eclipse.gef.EditDomain domain,
GraphNode newObject,
GraphNode newParent,
EObject newContainerParent,
org.eclipse.draw2d.geometry.Point location,
org.eclipse.draw2d.geometry.Dimension dimension,
int attach,
java.util.List featuresList,
boolean needModelUpdate,
org.eclipse.gef.EditPart parentEditPart)
Constructor |
Method Summary | |
---|---|
protected void |
redoModel()
Create the Execution Occurrence |
protected void |
undoModel()
Remove the Execution Occurrence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombinedFragmentCreationCommand(org.eclipse.gef.EditDomain domain, GraphNode newObject, GraphNode newParent, EObject newContainerParent, org.eclipse.draw2d.geometry.Point location, org.eclipse.draw2d.geometry.Dimension dimension, int attach, java.util.List featuresList, boolean needModelUpdate, org.eclipse.gef.EditPart parentEditPart)
domain
- the EditDomain (used to init the name)newObject
- the node to createnewParent
- the parentNode nodenewContainerParent
- the model object that should contain the new childNode objectlocation
- the location of the created nodedimension
- the size of the created nodeattach
- the newAttachment of the created nodefeaturesList
- the avalaible model element feature of the parentNode node where the model element of the
childNode node can be addedneedModelUpdate
- true
if the model must be modified during this command, false
if objects already exist in the mode.parentEditPart
- the EditPart that will contain the CombinedFragment EditPartMethod Detail |
---|
protected void redoModel()
org.topcased.modeler.commands.CreateGraphNodeCommand#redoModel()
protected void undoModel()
org.topcased.modeler.commands.CreateGraphNodeCommand#undoModel()
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.