Runtime

Package org.eclipse.gmf.runtime.emf.type.core.requests

Provides a set of requests that are used to ask for commands to edit model elements.

See:
          Description

Interface Summary
IEditCommandRequest Request for a command to edit a model element.
 

Class Summary
AbstractEditCommandRequest Abstract superclass for edit command requests.
ConfigureRequest Request to configure a new element with the attributes that it should have according to its element type.
CreateElementRequest Request to create a new model element.
CreateRelationshipRequest Request to create a new relationship element.
DestroyDependentsRequest Request to destroy the dependents of a model element.
DestroyElementRequest Request to destroy a model element.
DestroyReferenceRequest Request to destroy a reference from one model element to another.
DestroyRequest Abstract superclass for reuqests to destroy a model element.
DuplicateElementsRequest Request to duplicate a model element.
GetEditContextRequest Request to get the context for editing a model element.
MoveRequest Request to move a collections of model elements from one location to another.
ReorientReferenceRelationshipRequest Request to change the source or target of a reference.
ReorientRelationshipRequest Request to change the source or target of a relationship element.
ReorientRequest Abstract request for changing the source or target of a relationship.
SetRequest Request to set the value of a structural feature in a model element.
 

Package org.eclipse.gmf.runtime.emf.type.core.requests Description

Provides a set of requests that are used to ask for commands to edit model elements. The requests are sent to the edit helpers associated with element types, which in turn create the command to perform the requested edit operation.

See Also:
org.eclipse.gmf.runtime.emf.type.core

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.