Closed GoogleCodeExporter closed 8 years ago
in point (2) do you mean that hiding an Endpoint should result in all
Connections emanating from the Endpoint being hidden too? that would make sense
of course. if a Connection goes to an Endpoint that has Connections to other
elements, though, the other Endpoint would not be hidden.
targeting 1.2.6 for this.
Original comment by simon.po...@gmail.com
on 12 Apr 2011 at 11:53
Original comment by simon.po...@gmail.com
on 29 Apr 2011 at 8:38
the work for this is done and is in 1.2.6-RC1 in the repo now.
i added two methods to both Endpoint and Connection:
boolean isVisible()
void setVisible(boolean visible)
all Connections attached to an Endpoint have their visibility changed whenever
the Endpoint's visibility is changed, and the visibility of the other Endpoints
in each of those Connections is also changed, unless the other Endpoint has
Connections elsewhere.
Original comment by simon.po...@gmail.com
on 29 Apr 2011 at 9:34
Original issue reported on code.google.com by
rkkil...@gmail.com
on 12 Apr 2011 at 9:42