There is no longer a stereotype combo on the prop panel. This has been replaced by a seperate stereotype tab so that multiple stereotypes can be handled.
The "commentPort" is what was used on edges to allow a comment edge to connect to it. GEF only allows nodes to be connected by edges. The trick to allow comment edges to connect to an edge instead was to create a comment port inside the edge that is itself a FigNode. Although first introduced to solve the problem for comments it will be used to allow other types of edge connections (dependancies, generalizations of associations, xor constraint etc). For this reason the two methods you mentioned have been given more generic names - makeEdgePort and getEdgePort. Regards Bob. On 9/30/06, Christian López Espínola <[EMAIL PROTECTED]> wrote:
At first, thanks for the help in the another thread. I haven't finished my changes, but it seems they will be ready soon. Now I have another little issues, i'm sure you can help me. I'm working with the PropPanels, and I see some of the methods used in my plugin are gone, like getStereotypeSelector(). In the same way, it also occurs with the methods makeCommentPort and getCommentPort in FigEdgeModelElement. Anyone can help me? TIA. Cheers, -- Christian López Espínola
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
