org.eclipse.gmt.umlx.editor.requests
Interface IRequest

All Known Implementing Classes:
CreateFromOutlineRequest, CreateNodeFromPaletteRequest

public interface IRequest

IRequest is implemented by Reqests such as CreateFromOutlineRequest and CreateNodeFromPaletteRequest that can provide a command to create their response with respect to a single drop site.


Method Summary
 org.eclipse.gef.commands.Command getCreateCommand(org.eclipse.gef.GraphicalEditPart editPart)
           
 

Method Detail

getCreateCommand

org.eclipse.gef.commands.Command getCreateCommand(org.eclipse.gef.GraphicalEditPart editPart)