org.eclipse.gmt.umlx.editor.requests
Class CreateLinkFromPaletteRequest

java.lang.Object
  extended by org.eclipse.gef.Request
      extended by org.eclipse.gef.requests.CreateRequest
          extended by org.eclipse.gef.requests.CreateConnectionRequest
              extended by org.eclipse.gmt.umlx.editor.requests.CreateLinkFromPaletteRequest
All Implemented Interfaces:
org.eclipse.gef.requests.DropRequest, org.eclipse.gef.requests.TargetRequest, ILinkRequest

public class CreateLinkFromPaletteRequest
extends org.eclipse.gef.requests.CreateConnectionRequest
implements ILinkRequest


Constructor Summary
CreateLinkFromPaletteRequest(ILinkRegimeCo0<?,?,?,?> regime)
           
 
Method Summary
 org.eclipse.gef.commands.Command getCompleteLinkCommand(org.eclipse.gef.GraphicalEditPart editPart)
           
 org.eclipse.gef.commands.Command getCreateLinkCommand(org.eclipse.gef.GraphicalEditPart editPart)
           
 
Methods inherited from class org.eclipse.gef.requests.CreateConnectionRequest
getSourceEditPart, getStartCommand, getTargetEditPart, setSourceEditPart, setStartCommand, setTargetEditPart
 
Methods inherited from class org.eclipse.gef.requests.CreateRequest
getLocation, getNewObject, getNewObjectType, getSize, setFactory, setLocation, setSize
 
Methods inherited from class org.eclipse.gef.Request
getExtendedData, getType, setExtendedData, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateLinkFromPaletteRequest

public CreateLinkFromPaletteRequest(ILinkRegimeCo0<?,?,?,?> regime)
Method Detail

getCompleteLinkCommand

public org.eclipse.gef.commands.Command getCompleteLinkCommand(org.eclipse.gef.GraphicalEditPart editPart)
Specified by:
getCompleteLinkCommand in interface ILinkRequest

getCreateLinkCommand

public org.eclipse.gef.commands.Command getCreateLinkCommand(org.eclipse.gef.GraphicalEditPart editPart)
Specified by:
getCreateLinkCommand in interface ILinkRequest