Bug 423483 - Should be able to extend StandardDiagramConnectionPart
Summary: Should be able to extend StandardDiagramConnectionPart
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sapphire (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Shenxue Zhou CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 18:00 EST by Konstantin Komissarchik CLA
Modified: 2021-11-19 09:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Komissarchik CLA 2013-12-06 18:00:07 EST
A subclass of StandardConnectionService should be able to subclass StandardDiagramConnectionPart, StandardEmbeddedConnectionPart or StandardImplicitConnectionPart. These class will need to be made public and the factory pattern in the template classes will need to be removed as it is incompatible with using a custom connection part subclass.