|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gef.Request
org.eclipse.gef.requests.GroupRequest
org.eclipse.gmf.runtime.diagram.ui.requests.DuplicateRequest
The request used to duplicate a list of editparts. A list that will hold the
new duplicated views after the command is executed can be retrieved via
getDuplicatedViews().
| Constructor Summary | |
DuplicateRequest()
Creates a new DuplicateElementsRequest. |
|
| Method Summary | |
java.util.List |
getDuplicatedViews()
Gets the list that will hold the new duplicated views after the command is executed. |
Point |
getOffset()
Gets the offset from the location of the original views where the new views will be placed. |
void |
setOffset(Point offset)
Sets the offset from the location of the original views where the new views will be placed. |
| Methods inherited from class org.eclipse.gef.requests.GroupRequest |
getEditParts, setEditParts, setEditParts |
| Methods inherited from class org.eclipse.gef.Request |
getExtendedData, getType, setExtendedData, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DuplicateRequest()
DuplicateElementsRequest.
| Method Detail |
public final java.util.List getDuplicatedViews()
public final Point getOffset()
public final void setOffset(Point offset)
offset - The offset to set.
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.