protected Command |
ConstrainedLayoutEditPolicy.createAddCommand(ChangeBoundsRequest request,
EditPart child,
java.lang.Object constraint) |
Returns the Command to perform an Add with the specified
child and constraint.
|
protected Command |
ConstrainedLayoutEditPolicy.createChangeConstraintCommand(ChangeBoundsRequest request,
EditPart child,
java.lang.Object constraint) |
The request is now made available when creating the change constraint
command.
|
protected void |
NonResizableEditPolicy.eraseChangeBoundsFeedback(ChangeBoundsRequest request) |
Erases drag feedback.
|
protected abstract Command |
TreeContainerEditPolicy.getAddCommand(ChangeBoundsRequest request) |
Returns a Command for adding the children to the container.
|
protected Command |
ConstrainedLayoutEditPolicy.getChangeConstraintCommand(ChangeBoundsRequest request) |
Returns the Command for changing bounds for a group of
children.
|
protected Command |
ContainerEditPolicy.getCloneCommand(ChangeBoundsRequest request) |
Override to contribute to clone requests.
|
protected Command |
LayoutEditPolicy.getCloneCommand(ChangeBoundsRequest request) |
Override to contribute to clone requests.
|
protected java.lang.Object |
ConstrainedLayoutEditPolicy.getConstraintFor(ChangeBoundsRequest request,
GraphicalEditPart child) |
|
protected java.lang.Object |
ConstrainedLayoutEditPolicy.getConstraintForClone(GraphicalEditPart part,
ChangeBoundsRequest request) |
Deprecated.
|
protected abstract Command |
TreeContainerEditPolicy.getMoveChildrenCommand(ChangeBoundsRequest request) |
Returns a Command for moving the children within the container.
|
protected Command |
NonResizableEditPolicy.getMoveCommand(ChangeBoundsRequest request) |
Returns the command contribution to a change bounds request.
|
protected Command |
ConstrainedLayoutEditPolicy.getResizeChildrenCommand(ChangeBoundsRequest request) |
Returns the Command to resize a group of children.
|
protected Command |
ResizableEditPolicy.getResizeCommand(ChangeBoundsRequest request) |
Returns the command contribution for the given resize request.
|
protected void |
NonResizableEditPolicy.showChangeBoundsFeedback(ChangeBoundsRequest request) |
Shows or updates feedback for a change bounds request.
|