Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Re: [GMF - API CHANGE] Bugzilla 112662: MoveRequest should be able to deal with a list of elements


The old API has now been removed.

Activity: [112662] gmf_head ldamus 060123 MoveRequest should be able to deal with a list of elements

Regards,

Linda

----- Forwarded by Linda Damus/Ottawa/IBM on 01/23/2006 04:29 PM -----
Linda Damus/Ottawa/IBM

01/04/2006 12:08 PM

To
gmf-dev@xxxxxxxxxxx
cc
Subject
[GMF - API CHANGE] Bugzilla 112662: MoveRequest should be able to deal with a list of elements




Description:
Enhanced the MoveRequest to allow clients to move more than one element at a time.

org.eclipse.gmf.runtime.emf.commands.core.commands.MSLMoveElementCommand
replaced with org.eclipse.gmf.runtime.emf.commands.core.commands.MSLMoveElementsCommand

org.eclipse.gmf.runtime.emf.type.core.commands.MoveElementCommand
replaced with org.eclipse.gmf.runtime.emf.type.core.commands.MoveElementsCommand

org.eclipse.gmf.runtime.emf.type.core.requests.MoveRequest.getElementToMove()
replaced with MoveRequest.getElementsToMove()

org.eclipse.gmf.runtime.emf.type.core.requests.MoveRequest.getTargetFeature()
replaced with MoveRequest.getTargetFeature(EObject)

org.eclipse.gmf.runtime.emf.type.core.requests.MoveRequest.setTargetFeature(EReference)
replaced with MoveRequest.setTargetFeature(EObject, EReference)


New API Availability:

Wednesday January 4, 2006

Old API Removal:

M5

Tracking:        
               
Bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=112662

Clients Taken Care of:      
 
GMF

Other Clients' Action:

None



Back to the top