public class GroupRequest extends Request
| Constructor and Description |
|---|
GroupRequest()
Default constructor.
|
GroupRequest(java.lang.Object type)
Creates a GroupRequest with the given type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getEditParts()
Returns a List containing the EditParts making this Request.
|
void |
setEditParts(EditPart part)
A helper method to set the given EditPart as the requester.
|
void |
setEditParts(java.util.List list)
Sets the EditParts making this Request to the given List.
|
getExtendedData, getType, setExtendedData, setTypepublic GroupRequest(java.lang.Object type)
type - The type of Request.public GroupRequest()
public java.util.List getEditParts()
public void setEditParts(java.util.List list)
list - The List of EditParts.public void setEditParts(EditPart part)
part - The EditPart making the request.Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.