Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] [GMF - API CHANGE] Bugzilla#135584: Classes and methods required by clients should be made public


Description:
The following API has been made public:

  • DiagramDocumentEditor moved from org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.parts to org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts
  • CreateViewRequestFactory moved from org.eclipse.gmf.runtime.diagram.ui.internal.requests to org.eclipse.gmf.runtime.diagram.ui.requests
  • CreateGraphicEditPartOperation#getView replaced with IEditPartOperation#getView

New API Availability:

now

Old API Removal:

April 17, 2006

Tracking:        
               
Bugzilla#135584

Clients Taken Care of:      
 
GMF

Other Clients' Action:

Replace use of the internal API with use of the new public API.



Back to the top