Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GMF Guide
Previous Page Home Next Page

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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire