org.eclipse.gmt.umlx.editor.requests
Class CreateLinkFromPaletteRequest
java.lang.Object
org.eclipse.gef.Request
org.eclipse.gef.requests.CreateRequest
org.eclipse.gef.requests.CreateConnectionRequest
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
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 |
CreateLinkFromPaletteRequest
public CreateLinkFromPaletteRequest(ILinkRegimeCo0<?,?,?,?> regime)
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